From 924520f7e27cec7f1551b9995102f5e6297657c2 Mon Sep 17 00:00:00 2001 From: Collin Wittenstein <126870995+cwittens@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:39:46 +0200 Subject: [PATCH] changes Scholz47 to Scholz4_7 to match (new?) the method name --- docs/src/solvers/ode_solve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/solvers/ode_solve.md b/docs/src/solvers/ode_solve.md index b2dd1aff6..ec7c76028 100644 --- a/docs/src/solvers/ode_solve.md +++ b/docs/src/solvers/ode_solve.md @@ -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