From b6b90af28ed0201faa97a5c183c70c5db5e67157 Mon Sep 17 00:00:00 2001 From: Josua Grawitter Date: Sat, 8 Oct 2022 12:16:10 +0200 Subject: [PATCH] Document iterator.iter field --- docs/src/basics/integrator.md | 1 + 1 file changed, 1 insertion(+) 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