Skip to content

Commit

Permalink
Merge pull request #737 from cwittens/patch-2
Browse files Browse the repository at this point in the history
changes Scholz47 to Scholz4_7 to match the method name in OrdinaryDiffEq
  • Loading branch information
ChrisRackauckas authored Jun 4, 2024
2 parents d40d63e + 924520f commit e332f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/solvers/ode_solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ to be thread safe. It parallelizes the `nlsolve` calls inside the method.
and it is recommended to use `ROS2S` instead.
- `ROS3PR` - A 3nd order stiffly accurate Rosenbrock-Wanner method
with 3 internal stages and B_PR consistent of order 3, which is strongly A-stable with Rinf~=-0.73.
- `Scholz47` - A 3nd order stiffly accurate Rosenbrock-Wanner method
- `Scholz4_7` - A 3nd order stiffly accurate Rosenbrock-Wanner method
with 3 internal stages and B_PR consistent of order 3, which is strongly A-stable with Rinf~=-0.73.
Convergence with order 4 for the stiff case, but has a poor accuracy.
- `ROS3PRL` - A 3nd order stiffly accurate Rosenbrock-Wanner method with 4 internal stages
Expand Down

0 comments on commit e332f26

Please sign in to comment.