8000 fix LSRK45 reference rendering · FourierFlows/FourierFlows.jl@ff63faa · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
fix LSRK45 reference rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Oct 23, 2022
1 parent b7d21b1 commit ff63faa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/timesteppers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ uⁿ⁺¹ = uⁿ
where `Aᵢ`, `Bᵢ`, and `Cᵢ` are the ``A``, ``B``, and ``C`` coefficients from
the LSRK tableau table at the ``i``-th stage. For details, please refer to
> Carpenter, M. H. and Kennedy, C. A. (1994). Fourth-order 2N-storage Runge–Kutta schemes,
Technical Report NASA TM-109112, NASA Langley Research Center, VA.
> Carpenter, M. H. and Kennedy, C. A. (1994). Fourth-order 2N-storage Runge–Kutta schemes, Technical Report NASA TM-109112, NASA Langley Research Center, VA.
!!! info "Usage"
The `LSRK54TimeStepper` is *slower* than the [`RK4TimeStepper`](@ref) but
Expand Down

0 comments on commit ff63faa

Please sign in to comment.
0