Skip to content

Commit

Permalink
Update dae_solve.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jan 13, 2021
1 parent bfa273f commit fe4361e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/solvers/dae_solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ extra options for the solvers, see the ODE solver page.
stiff-aware 3rd order interpolant. 4th order on linear parabolic problems
and 3rd order accurate on nonlinear parabolic problems (as opposed to lower
if not corrected).
- Rodas4P2 - A 4th order L-stable stiffly stable Rosenbrock method with a stiff-aware
3rd order interpolant. 4th order on linear parabolic problems and 3rd order accurate
on nonlinear parabolic problems. It is an improvement of Roadas4P and in case of
inexact Jacobians a second order W method.
- `Rodas5` - A 5th order A-stable stiffly stable Rosenbrock method. Currently has
a Hermite interpolant because its stiff-aware 3rd order interpolant is not
yet implemented.
Expand Down

0 comments on commit fe4361e

Please sign in to comment.