Skip to content

Commit 838a53b

Browse files
committed
mention events in System docs
1 parent 2ee9c23 commit 838a53b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/src/systems/JumpSystem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ JumpSystem
1212
- `get_unknowns(sys)` or `unknowns(sys)`: The set of unknowns in the jump system.
1313
- `get_ps(sys)` or `parameters(sys)`: The parameters of the jump system.
1414
- `get_iv(sys)`: The independent variable of the jump system.
15+
- `discrete_events(sys)`: The set of discrete events in the jump system.
1516

1617
## Transformations
1718

docs/src/systems/ODESystem.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ODESystem
1313
- `get_ps(sys)` or `parameters(sys)`: The parameters of the ODE.
1414
- `get_iv(sys)`: The independent variable of the ODE.
1515
- `get_u0_p(sys, u0map, parammap)` Numeric arrays for the initial condition and parameters given `var => value` maps.
16+
- `continuous_events(sys)`: The set of continuous events in the ODE
17+
- `discrete_events(sys)`: The set of discrete events in the ODE
1618

1719
## Transformations
1820

docs/src/systems/SDESystem.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ sde = SDESystem(ode, noiseeqs)
1919
- `get_unknowns(sys)` or `unknowns(sys)`: The set of unknowns in the SDE.
2020
- `get_ps(sys)` or `parameters(sys)`: The parameters of the SDE.
2121
- `get_iv(sys)`: The independent variable of the SDE.
22+
- `continuous_events(sys)`: The set of continuous events in the SDE
23+
- `discrete_events(sys)`: The set of discrete events in the SDE
2224

2325
## Transformations
2426

0 commit comments

Comments
 (0)