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 1600c00 commit 290079fCopy full SHA for 290079f
src/discrete.jl
@@ -26,6 +26,9 @@ end
26
DiscreteProblem(u0, eom, p = nothing) <: DynamicalSystem
27
Fundamental structure describing a discrete dynamical law.
28
29
+Use `evolve(dprob, N)` and `evolve!(dprob, N)` to evolve for `N` steps either
30
+out of place (returning the final state) or in-place (updating the system's state).
31
+
32
## Fields
33
* `u0` : Initial state.
34
* `eom` : Function containing the equations of motion (EOM), ``u_{n+1} = f(u_n;p)``.
0 commit comments