Skip to content

Commit

Permalink
Merge pull request #69 from BeastyBlacksmith/correct
Browse files Browse the repository at this point in the history
Update callback_library.md
  • Loading branch information
ChrisRackauckas authored Feb 1, 2018
2 parents 9e3a966 + 0eaf64a commit 344beb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basics/common_solver_opts.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ explanations of the timestepping algorithms, see the
performs the saving routine. For more information, see the
[Event Handling and Callback Functions manual page](../../features/callback_functions.html).
* `isoutofdomain`: Specifies a function `isoutofdomain(u,p,t)` where, when it
returns false, it will reject the timestep. Disabled by default.
returns true, it will reject the timestep. Disabled by default.
* `unstable_check`: Specifies a function `unstable_check(dt,u,p,t)` where, when
it returns true, it will cause the solver to exit and throw a warning. Defaults
to `any(isnan,u)`, i.e. checking if any value is a NaN.
Expand Down

0 comments on commit 344beb7

Please sign in to comment.