Skip to content

Commit

Permalink
Merge pull request #2069 from SciML/ranocha-patch-1
Browse files Browse the repository at this point in the history
fix docstring of BS3
  • Loading branch information
ChrisRackauckas authored Nov 21, 2023
2 parents da70b26 + 56a30a5 commit 31cf44b
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 31cf44b

Please sign in to comment.