Skip to content

Commit

Permalink
fix docstring of BS3
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Nov 21, 2023
1 parent da70b26 commit 7038116
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/algorithms/explicit_rk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 7038116

Please sign in to comment.