File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,6 @@ be handled via more [general functional affects](@ref func_affects).
58
58
59
59
Finally, multiple events can be encoded via a ` Vector{Pair{Vector{Equation}, Vector{Equation}}} ` .
60
60
61
- Given an ` AbstractSystem ` , one can fetch its continuous events, and the continuous events of any
62
- subsystem inside of it using the ` continuous_events(::AbstractSystem) ` method, returning a vector
63
- of ` ModelingToolkit.SymbolicContinuousCallback ` objects.
64
-
65
61
### Example: Friction
66
62
67
63
The system below illustrates how continuous events can be used to model Coulomb
@@ -225,10 +221,6 @@ equations can either all change unknowns (i.e. variables) or all change
225
221
parameters, but one cannot currently mix unknown variable and parameter changes within one
226
222
individual event.
227
223
228
- Given an ` AbstractSystem ` , one can fetch its discrete events, and the discrete events of any
229
- subsystem inside of it using the ` discrete_events(::AbstractSystem) ` method, returning a vector
230
- of ` ModelingToolkit.SymbolicDiscreteCallback ` objects.
231
-
232
224
### Example: Injecting cells into a population
233
225
234
226
Suppose we have a population of ` N(t) ` cells that can grow and die, and at time
You can’t perform that action at this time.
0 commit comments