Skip to content

Commit fdcad91

Browse files
committed
undo addition to Events docs
1 parent 838a53b commit fdcad91

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/src/basics/Events.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ be handled via more [general functional affects](@ref func_affects).
5858

5959
Finally, multiple events can be encoded via a `Vector{Pair{Vector{Equation}, Vector{Equation}}}`.
6060

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-
6561
### Example: Friction
6662

6763
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
225221
parameters, but one cannot currently mix unknown variable and parameter changes within one
226222
individual event.
227223

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-
232224
### Example: Injecting cells into a population
233225

234226
Suppose we have a population of `N(t)` cells that can grow and die, and at time

0 commit comments

Comments
 (0)