[SciPy-user] Differential Algebraic Equation Solvers

Rob Clewley rob.clewley at gmail.com
Wed Jul 30 11:28:50 EDT 2008


Hi,

PyDSTool wraps Hairer and Wanner's Radau 5 code using SWIG. This
supports DAEs. An example is in PyDSTool/tests/DAE_example.py, and you
get the advantage of the higher level Pointset and Trajectory
structures for your solutions, with named coordinates (rather than
plain arrays with integer indices), if that appeals to you.

-Rob



More information about the SciPy-User mailing list