[SciPy-user] Differential Algebraic Equation Solvers

Nils Wagner nwagner at iam.uni-stuttgart.de
Wed Jul 30 11:46:21 EDT 2008


On Wed, 30 Jul 2008 11:28:50 -0400
  "Rob Clewley" <rob.clewley at gmail.com> wrote:
> 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
> 
Hi Rob,

Thank you for your reply.
How do I install PyDSTool ?
As opposed to other projects like numpy/scipy/matplotlib I 
can't find a setup.py.

/usr/bin/python -i src/PyDSTool/tests/DAE_example.py
Traceback (most recent call last):
   File "src/PyDSTool/tests/DAE_example.py", line 12, in ?
     from PyDSTool import *
ImportError: No module named PyDSTool

Nils



More information about the SciPy-User mailing list