Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

olivierverdier/python-sundials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

**python-sundials** is a Cython wrapper for the Sundials solver suite.
The wrapper is based on code posten on the cython-dev mailing list by
Mr. Jon Olav Vik.

**Highlights**

 * CVODE - Solver for stiff and nonstiff ordinary differential equation
 * IDA - Solver for the solution of differential-algebraic equation (DAE) systems
 * KINSOL - solver for nonlinear algebraic systems based on Newton-Krylov solver technology

The CVODE and IDA solvers support root finding and the solver throws an exception
on finding a root.

**Compatibility**
 * Python 2.7/3.4+


About

Clone of the python-sundials project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages