Skip to content

Commit

Permalink
Update doc/shared/RecentChanges.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 f193d77 commit 3a28bc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/shared/RecentChanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ only valid for Volta GPUs while the automatically selected value will vary
across compilers and compiler versions. As such, users are encouraged to
override this value with the architecture for their system.

Added low storage Runge--Kutta module, :ref:`LSRKStep <ARKODE.Usage.LSRKStep>`, to ARKODE.
Added a time-stepping module to ARKODE for low storage Runge--Kutta methods,
:ref:`LSRKStep <ARKODE.Usage.LSRKStep>`. This currently supports five explicit low-storage
methods: the second-order Runge--Kutta--Chebyshev and Runge--Kutta--Legendre methods,
and the second- through fourth-order optimal strong stability preserving Runge--Kutta methods.
All methods include embeddings for temporal adaptivity.

The Trilinos Tpetra NVector interface has been updated to utilize CMake
imported targets added in Trilinos 14 to improve support for different Kokkos
Expand Down

0 comments on commit 3a28bc1

Please sign in to comment.