Skip to content

Commit

Permalink
Updated changelog to include fix for loading default higher-order IME…
Browse files Browse the repository at this point in the history
…X-MRI methods
  • Loading branch information
drreynolds committed Sep 10, 2024
1 parent d289163 commit 6f4cb69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ architecture for their system.

Added support for multirate time step adaptivity controllers, based on the
recently introduced `SUNAdaptController` base class, to ARKODE's MRIStep module.
Added new default MRI methods for temporally adaptive versus fixed-step runs.

Added functionality to ARKODE to accumulate a temporal error
estimate over multiple time steps. See the routines `ARKodeSetAccumulatedErrorType`,
Expand All @@ -26,6 +27,10 @@ Fixed the loading of ARKStep's default first order explicit method.
Fixed a CMake bug regarding usage of missing "print_warning" macro
that was only triggered when the deprecated `CUDA_ARCH` option was used.

Fixed loading the default IMEX-MRI method if `ARKodeSetOrder` is used to specify
a third or fourth order method. Previously, the default second order method
was loaded in both cases.

### Deprecation Notices

## Changes to SUNDIALS in release 7.1.1
Expand Down
5 changes: 5 additions & 0 deletions doc/shared/RecentChanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ override this value with the architecture for their system.

Added support for multirate time step adaptivity controllers, based on the
recently introduced `SUNAdaptController` base class, to ARKODE's MRIStep module.
Added new default MRI methods for temporally adaptive versus fixed-step runs.

Added functionality to ARKODE to accumulate a temporal error
estimate over multiple time steps. See the routines
Expand All @@ -23,4 +24,8 @@ Fixed the loading of ARKStep's default first order explicit method.
Fixed a CMake bug regarding usage of missing "print_warning" macro
that was only triggered when the deprecated ``CUDA_ARCH`` option was used.

Fixed loading the default IMEX-MRI method if :c:func:`ARKodeSetOrder` is used to
specify a third or fourth order method. Previously, the default second order method
was loaded in both cases.

**Deprecation Notices**

0 comments on commit 6f4cb69

Please sign in to comment.