Skip to content

Commit

Permalink
Update src/solve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 12, 2024
1 parent 7852984 commit f85bae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ 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. `tstops` may also be a function accepting the parameter
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
Expand Down

0 comments on commit f85bae9

Please sign in to comment.