Skip to content

Commit 3107af7

Browse files
committed
Move Matpower parser tests to PowerFlow examples.
1 parent 7cf0e27 commit 3107af7

9 files changed

+19
-1
lines changed

examples/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# - Slaven Peles <[email protected]>
44
#]]
55

6-
add_subdirectory(MatPowerTesting)
76
add_subdirectory(LinearAlgebra)
87

98
add_subdirectory(PowerFlow)

examples/PowerFlow/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# - Slaven Peles <[email protected]>
44
#]]
55

6+
add_subdirectory(MatPowerTesting)
7+
68
if(TARGET SUNDIALS::kinsol)
79
add_subdirectory(Grid3Bus)
810
endif()

examples/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# GridKit™ Usage Examples
2+
3+
GridKit™ usage examples are organized in following way:
4+
- `Enzyme` directory contains Enzyme automatic differentiation examples.
5+
- `Experimental` directory contains examples of dynamic-constrained
6+
optimization.
7+
- `LinearAlgebra` has examples and tests for dense and sparse matrices in
8+
GridKit™.
9+
- `PhasorDynamics` contains examples describing use of GridKit™ for phasor
10+
domain dynamic simulations.
11+
- `PowerElectronics` has examples describing microgrid simulations with
12+
GridKit™.
13+
- `PowerFlow` contains examples of power flow steady-state simulations with
14+
GridKit™.
15+
16+
Examples are also used as integration tests for GridKit™ and are run on CI
17+
pipeline.

0 commit comments

Comments
 (0)