We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 905a740 + fed4e35 commit b2c9d65Copy full SHA for b2c9d65
docs/src/solvers/ode_solve.md
@@ -533,7 +533,7 @@ These methods also have option `nlsolve` same as SDIRK methods. These methods al
533
and in case of inexact Jacobians a second order W method.
534
- `Rodas5` - A 5th order A-stable stiffly stable Rosenbrock method with a stiff-aware
535
4th order interpolant.
536
-- `Rodas5P - A 5th order A-stable stiffly stable Rosenbrock method with a stiff-aware
+- `Rodas5P` - A 5th order A-stable stiffly stable Rosenbrock method with a stiff-aware
537
4th order interpolant. Has improved stability in the adaptive time stepping embedding.
538
539
#### Rosenbrock-W Methods
0 commit comments