Skip to content

SUNDIALS v7.2.1

Latest
Compare
Choose a tag to compare
@gardner48 gardner48 released this 20 Dec 19:08
5c53be8

New Features and Enhancements

Unit tests were separated from examples. To that end, the following directories were moved out of the examples/ directory to the test/unit_tests directory: nvector, sunmatrix, sunlinsol, and sunnonlinsol.

Bug Fixes

Fixed a bug in ARKStep where an extra right-hand side evaluation would occur each time step when enabling the ARKodeSetAutonomous option and using an IMEX method where the DIRK table has an implicit first stage and is not stiffly accurate.