Skip to content

DAEpy: a Python library for solving boundary value problems of differential algebraic equations with advanced and retarded (forward and backward) delays

License

Notifications You must be signed in to change notification settings

alastairflynn/daepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAEpy

DAEpy is a Python library for solving boundary value problems of differential algebraic equations with advanced and retarded (forward and backward) delays. It also contains routines for parameter continuation. The numerical method is based on collocation. This library was developed in the Laboratory for Computation and Visualization in Mathematics and Mechanics at EPFL.

Installation

DAEpy can be installed using pip

pip install daepy

It is recommended, but not necessary, to also install scikit-umfpack which contains a routine for solving sparse linear systems.

pip install scikit-umfpack

Documentation

Documentation is available online, including basic usage and some examples.

About

DAEpy: a Python library for solving boundary value problems of differential algebraic equations with advanced and retarded (forward and backward) delays

Resources

License

Stars

Watchers

Forks

Packages

No packages published