Skip to content

Sundials/ML v5.8.0p0

Compare
Choose a tag to compare
@tbrk tbrk released this 15 Dec 07:04
· 46 commits to master since this release
v5.8.0p0
7d39539

Sundials/ML v5.8.0p0 adds support for v5.x of the Sundials Suite of
numerical solvers.

OCaml 4.03.0 or greater is now required and optionally OCamlMPI 1.05.

Notes:

  • Reworking of the Arkode.MRIStep interface, which now requires the
    underlying library to be v5.x or above.
  • Reworking of the interface and implementation of NonlinearSolver.
  • Support for most new 5.x features in Cvode, Cvodes, Ida, Idas, and Kinsol
    including the new ManyVector, MPIManyVector, and MPIPlusX nvectors.

Compatibility

  • The naming scheme for nvector operations has changed. Operations no longer
    commence with the three characters n_v. For instance, n_vdiv becomes
    simply div.