Skip to content

Commit

Permalink
changes Scholz47 to Scholz4_7 to match (new?) the method name
Browse files Browse the repository at this point in the history
  • Loading branch information
cwittens authored Jun 4, 2024
1 parent d40d63e commit 924520f
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 924520f

Please sign in to comment.