From f193d77adf7bb92ca1688e52372bbe98bc9e0b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20A=C4=9Fg=C3=BCl?= <33010171+maggul@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:01:58 -0500 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Daniel R. Reynolds --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6f2a41691..922e5ec225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,10 @@ 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, LSRKStep, to ARKODE. +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