We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75336e commit 3041423Copy full SHA for 3041423
src/core/trajectory.jl
@@ -12,6 +12,11 @@ The returned time vector is `t = (t0+Ttr):Δt:(t0+Ttr+T)`.
12
If time evolution diverged before `T`, the remaining of the trajectory is set
13
to the last valid point.
14
15
+`trajectory` is a very simple function provided for convenience.
16
+For continuous time systems, it doesn't play well with callbacks,
17
+use `DifferentialEquations.solve` if you want a trajectory/timeseries
18
+that works with callbacks.
19
+
20
## Keyword arguments
21
22
* `Δt`: Time step of value output. For discrete time systems it must be an integer.
0 commit comments