From 2216f53f98aed221c422c074644ab26e3f36a0c9 Mon Sep 17 00:00:00 2001 From: Steven Roberts Date: Thu, 17 Oct 2024 14:01:56 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ doc/shared/RecentChanges.rst | 14 ++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aff004841..7a2184439e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ ### New Features and Enhancements +The following DIRK schemes now have coefficients accurate to quad precision: +* `ARKODE_BILLINGTON_3_3_2` +* `ARKODE_KVAERNO_4_2_3` +* `ARKODE_CASH_5_2_4` +* `ARKODE_CASH_5_3_4` +* `ARKODE_KVAERNO_5_3_4` +* `ARKODE_KVAERNO_7_4_5` + The default value of `CMAKE_CUDA_ARCHITECTURES` is no longer set to `70` and is now determined automatically by CMake. The previous default was only valid for Volta GPUs while the automatically selected value will vary across compilers and diff --git a/doc/shared/RecentChanges.rst b/doc/shared/RecentChanges.rst index 875d45c9b7..2be479f59c 100644 --- a/doc/shared/RecentChanges.rst +++ b/doc/shared/RecentChanges.rst @@ -2,6 +2,20 @@ **New Features and Enhancements** +The following DIRK schemes now have coefficients accurate to quad precision: + +* ``ARKODE_BILLINGTON_3_3_2`` + +* ``ARKODE_KVAERNO_4_2_3`` + +* ``ARKODE_CASH_5_2_4`` + +* ``ARKODE_CASH_5_3_4`` + +* ``ARKODE_KVAERNO_5_3_4`` + +* ``ARKODE_KVAERNO_7_4_5`` + The default value of :cmakeop:`CMAKE_CUDA_ARCHITECTURES` is no longer set to ``70`` and is now determined automatically by CMake. The previous default was only valid for Volta GPUs while the automatically selected value will vary