Skip to content

Commit

Permalink
Merge branch 'feature/mri-adaptivity' of github.com:LLNL/sundials int…
Browse files Browse the repository at this point in the history
…o feature/mri-adaptivity
  • Loading branch information
Steven-Roberts committed Dec 4, 2024
2 parents 8ce81d8 + 66f9f7b commit 4c38a5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Fixed a bug in MRIStep where the data supplied to the Hermite interpolation modu
not include contributions from the fast right-hand side function. With this fix, users
will see one additional fast right-hand side function evaluation per slow step with the
Hermite interpolation option.

Fixed a CMake configuration issue related to aliasing an `ALIAS` target when
using `ENABLE_KLU=ON` in combination with a static-only build of SuiteSparse.

Expand Down
1 change: 1 addition & 0 deletions doc/shared/RecentChanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Fixed a bug in MRIStep where the data supplied to the Hermite interpolation modu
not include contributions from the fast right-hand side function. With this fix, users
will see one additional fast right-hand side function evaluation per slow step with the
Hermite interpolation option.

Fixed a CMake configuration issue related to aliasing an ``ALIAS`` target when
using ``ENABLE_KLU=ON`` in combination with a static-only build of SuiteSparse.

Expand Down
2 changes: 1 addition & 1 deletion src/arkode/arkode_mristep.c
Original file line number Diff line number Diff line change
Expand Up @@ -4221,7 +4221,7 @@ int mriStep_Hin(ARKodeMem ark_mem, sunrealtype tcur, sunrealtype tout,

/*===============================================================
User-callable functions for a custom inner integrator
---------------------------------------------------------------*/
===============================================================*/

int MRIStepInnerStepper_Create(SUNContext sunctx, MRIStepInnerStepper* stepper)
{
Expand Down
2 changes: 1 addition & 1 deletion test/answers
Submodule answers updated 0 files

0 comments on commit 4c38a5b

Please sign in to comment.