Skip to content

Commit

Permalink
Move LSRKStep to Major Features section of changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Roberts committed Nov 22, 2024
1 parent 44df42e commit 39ee874
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

### Major Features

Added a time-stepping module to ARKODE for low storage Runge--Kutta methods, 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.

Added an operator splitting module, SplittingStep, and forcing method module,
ForcingStep, to ARKODE. These modules support a broad range of operator-split
time integration methods for multiphysics applications.
Expand Down Expand Up @@ -33,11 +38,6 @@ 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 a time-stepping module to ARKODE for low storage Runge--Kutta methods, 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 Teptra NVector interface has been updated to utilize CMake
imported targets added in Trilinos 14 to improve support for different Kokkos
backends with Trilinos. As such, Trilinos 14 or newer is required and the
Expand Down
12 changes: 6 additions & 6 deletions doc/shared/RecentChanges.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
**Major Features**

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.

Added an operator splitting module,
:ref:`SplittingStep <ARKODE.Usage.SplittingStep>`, and forcing method module,
:ref:`ForcingStep <ARKODE.Usage.ForcingStep>`, to ARKODE. These modules support
Expand Down Expand Up @@ -40,12 +46,6 @@ 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 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
backends with Trilinos. As such, Trilinos 14 or newer is required and the
Expand Down

0 comments on commit 39ee874

Please sign in to comment.