File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -800,7 +800,7 @@ section at the end of this page for some example usage.
800800 multistep methods), then `tstops` will use an interpolation,
801801 matching the behavior of `saveat`. If a method cannot change timesteps and
802802 also cannot interpolate, then `tstops` must be a multiple of `dt` or else an
803- error will be thrown. `tstops` may also be a function accepting the parameter
803+ error will be thrown. `tstops` may also be a function `tstops(p, tspan)`, accepting the parameter
804804 object and `tspan`, returning the vector of time points to stop at. Default is `[]`.
805805* `d_discontinuities:` Denotes locations of discontinuities in low order derivatives.
806806 This will force FSAL algorithms which assume derivative continuity to re-evaluate
You can’t perform that action at this time.
0 commit comments