Summary#

scikit-SUNDAE provides Python bindings to SUNDIALS integrators. The implicit differential algebraic (IDA) solver and C-based variable-coefficient ordinary differential equations (CVODE) solver are both included.

The name SUNDAE combines (SUN)DIALS and DAE, which stands for differential algebraic equations. Solvers specific to DAE problems are not frequently available in Python. An ordinary differential equation (ODE) solver is also included for completeness. ODEs can be categorized as a subset of DAEs (i.e., DAEs with no algebraic constraints).

Version: 1.1.3

Useful links: SUNDIALS | conda-forge/sundials | anaconda | numpy | scipy

User Guide

Access installation instructions and in-depth information on solver concepts and settings.

_images/user_guide.svg
API Reference

Get detailed documentation on all of the modules, functions, classes, etc.

_images/api_reference.svg
Examples

A great place to learn how to use the package and expand your skills.

_images/examples.svg
Development

Trying to fix a typo in the documentation? Looking to improve or add a new feature?

_images/development.svg