From 7038116a5b6686f5726e0a69ee7c2ea4ecafa00e Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 21 Nov 2023 07:25:30 +0100 Subject: [PATCH 1/2] fix docstring of BS3 --- src/algorithms/explicit_rk.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/algorithms/explicit_rk.jl b/src/algorithms/explicit_rk.jl index ce77bcdb95..4ad7f170a7 100644 --- a/src/algorithms/explicit_rk.jl +++ b/src/algorithms/explicit_rk.jl @@ -254,8 +254,9 @@ function OwrenZen5(stage_limiter!, step_limiter! = trivial_limiter!) OwrenZen5(stage_limiter!, step_limiter!, False()) end -@doc explicit_rk_docstring("Owren-Zennaro optimized interpolation 5/4 method (free 5th order interpolant).", - "OwrenZen5", +@doc explicit_rk_docstring(A third-order, four-stage explicit FSAL Runge-Kutta method with embedded error +estimator of Bogacki and Shampine.", + "BS3", references = "@article{bogacki19893, title={A 3 (2) pair of Runge-Kutta formulas}, author={Bogacki, Przemyslaw and Shampine, Lawrence F}, From 56a30a5bfd293045fa89948dd14be37b88b670b9 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 21 Nov 2023 07:47:30 +0100 Subject: [PATCH 2/2] Update explicit_rk.jl --- src/algorithms/explicit_rk.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/explicit_rk.jl b/src/algorithms/explicit_rk.jl index 4ad7f170a7..667677a5c9 100644 --- a/src/algorithms/explicit_rk.jl +++ b/src/algorithms/explicit_rk.jl @@ -254,7 +254,7 @@ function OwrenZen5(stage_limiter!, step_limiter! = trivial_limiter!) OwrenZen5(stage_limiter!, step_limiter!, False()) end -@doc explicit_rk_docstring(A third-order, four-stage explicit FSAL Runge-Kutta method with embedded error +@doc explicit_rk_docstring("A third-order, four-stage explicit FSAL Runge-Kutta method with embedded error estimator of Bogacki and Shampine.", "BS3", references = "@article{bogacki19893,