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