Skip to content

Sundials/ML v3.1.1p0

Compare
Choose a tag to compare
@tbrk tbrk released this 12 Jul 13:29
· 370 commits to master since this release
v3.1.1p0
574d285

Adds support for v3.1.x of the Sundials Suite of numerical solvers.

Notably this release adds support for the new generic matrix and linear
solver interfaces. The OCaml interface changes but the library is backward
compatible with Sundials 2.7.0.

OCaml 4.02.3 or greater is now required and optionally OCamlMPI 1.03.

  • New Sundials.Matrix and Sundials.LinearSolver modules.
  • Better treatment of integer type used for matrix indexing.
  • Refactor Dls and Sls modules into Sundials.Matrix.
  • Add confidence intervals to performance graph.
  • Miscellaneous improvements to configure script.
  • Potential incompatibility: changes to some label names: comm_fn -> comm;
    iter_type -> iter.
  • Untangle the ARKODE mass-solver interface from the Jacobian interface.