Skip to content

Commit

Permalink
Merge pull request #429 from gstein3m/patch-1
Browse files Browse the repository at this point in the history
Update ode_solve.md
  • Loading branch information
ChrisRackauckas authored Jan 13, 2021
2 parents b531cc9 + fe4361e commit c7990f5
Show file tree
Hide file tree
Showing 2 changed files with 8 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
4 changes: 4 additions & 0 deletions docs/src/solvers/ode_solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ These methods also have option `nlsolve` same as SDIRK methods. These methods al
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 c7990f5

Please sign in to comment.