Sundials/ML v5.8.0p0
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 charactersn_v
. For instance,n_vdiv
becomes
simplydiv
.