Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 294 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 294 Bytes

DAEpy

DAEpy is a solver for differential algebraic equations written in Python 3. The DAE system is setup as a optimal control problem with gradient flow embedding. The resulting boundary value problem is then solved using collocation.

Installation

Simply run python setup.py install