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