Skip to content

Commit

Permalink
Merge pull request #1104 from AayushSabharwal/as/late-tstops
Browse files Browse the repository at this point in the history
docs: document late binding tstops
  • Loading branch information
ChrisRackauckas authored Nov 12, 2024
2 parents 210c83c + f85bae9 commit b533d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,8 @@ section at the end of this page for some example usage.
multistep methods), then `tstops` will use an interpolation,
matching the behavior of `saveat`. If a method cannot change timesteps and
also cannot interpolate, then `tstops` must be a multiple of `dt` or else an
error will be thrown. Default is `[]`.
error will be thrown. `tstops` may also be a function `tstops(p, tspan)`, accepting the parameter
object and `tspan`, returning the vector of time points to stop at. Default is `[]`.
* `d_discontinuities:` Denotes locations of discontinuities in low order derivatives.
This will force FSAL algorithms which assume derivative continuity to re-evaluate
the derivatives at the point of discontinuity. The default is `[]`.
Expand Down

0 comments on commit b533d73

Please sign in to comment.