Skip to content

Commit

Permalink
Update doc/arkode/guide/source/Mathematics.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel R. Reynolds <[email protected]>
  • Loading branch information
maggul and drreynolds authored Sep 11, 2024
1 parent 809d698 commit bdd1164
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/arkode/guide/source/Mathematics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,12 @@ LSRKStep -- Low-Storage Runge--Kutta methods
============================================

The LSRKStep time-stepping module in ARKODE supports a variety of so-called
"low-storage" Runge--Kutta methods, including traditional explicit low-storage
RK methods, adaptive and mixed implicit-explicit low-storage RK methods, and a
"low-storage" Runge--Kutta methods. This category includes traditional explicit
fixed-step and low-storage RK methods, adaptive and mixed implicit-explicit
low-storage RK methods, and others. These are characterized by coefficient tables
that have an exploitable structure, such that their implementation does not require
that all stages be stored simultaneously. At present, this module supports explicit,
adaptive "super-time-stepping (STS)" and "strong-stability-preserving (SSP)" methods.
variety of "super-time-stepping (STS)" and "strong-stability-preserving (SSP)" methods.

The LSRK time-stepping module in ARKODE is designed for IVP
Expand Down

0 comments on commit bdd1164

Please sign in to comment.