Skip to content

Commit 290079f

Browse files
committed
Add evolve note to DiscreteProblem
1 parent 1600c00 commit 290079f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/discrete.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ end
2626
DiscreteProblem(u0, eom, p = nothing) <: DynamicalSystem
2727
Fundamental structure describing a discrete dynamical law.
2828
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+
2932
## Fields
3033
* `u0` : Initial state.
3134
* `eom` : Function containing the equations of motion (EOM), ``u_{n+1} = f(u_n;p)``.

0 commit comments

Comments
 (0)