src/sundials/cvodes/README.md

CVODES

Version 5.2.0 (Mar 2020)

Alan C. Hindmarsh and Radu Serban Center for Applied Scientific Computing, LLNL

CVODES is a package for the solution of stiff and nonstiff ordinary differential equation (ODE) systems (initial value problem) given in explicit form

dy/dt = f(t,y,p), y(t0) = y0(p)

with sensitivity analysis capabilities (both forward and adjoint modes). CVODES provides a choice of two variable-order, variable-coefficient multistep methods, Adams-Moulton methods for non-stiff problems or BDF (Backward Differentiation Formula) methods in fixed-leading-coefficient form for stiff problems.

CVODES is part of the SUNDIALS Suite of Nonlinear and Differential/Algebraic equation Solvers which consists of ARKode, CVODE, CVODES, IDA, IDAS and KINSOL. It is written in ANSI standard C and can be used in a variety of computing environments including serial, shared memory, distributed memory, and accelerator-based (e.g., GPU) systems. This flexibility is obtained from a modular design that leverages the shared vector, matrix, linear solver, and nonlinear solver APIs used across SUNDIALS packages.

Documentation

See the CVODES User Guide and CVODES Examples document for more information about CVODES usage and the provided example programs respectively.

Installation

For installation instructions see the INSTALL_GUIDE or the "Installation Procedure" chapter in the CVODES User Guide.

Release History

Information on recent changes to CVODES can be found in the "Introduction" chapter of the CVODES User Guide and a complete release history is available in the "SUNDIALS Release History" appendix of the CVODES User Guide.

References



Try the sundialr package in your browser

Any scripts or data that you put into this service are public.

sundialr documentation built on May 16, 2021, 5:06 p.m.