diff --git a/docs/src/basics/integrator.md b/docs/src/basics/integrator.md index 7a91d3f32e..c667723ac3 100644 --- a/docs/src/basics/integrator.md +++ b/docs/src/basics/integrator.md @@ -101,6 +101,7 @@ of the differential equation. Useful fields are: * `alg` - the algorithm associated with the solution * `f` - the function being solved * `sol` - the current state of the solution +* `iter` - the number of steps so far * `tprev` - the last timepoint * `uprev` - the value at the last timepoint * `tdir` - the sign for the direction of time