[SciPy-user] integrate.odeint and event handling

Rob Clewley rob.clewley at gmail.com
Wed Jan 21 13:22:13 EST 2009


> odeint is a wrapper for the LSODA solver in the Fortran ODEPACK
> library.  This library also includes LSODAR, which is LSODA with
> root-finding (aka event detection).  Does anyone want to take a stab at
> wrapping LSODAR?  The wrapping of LSODA with odeint provides a good
> starting point, and an ODE solver with root-finding would be a great
> addition to SciPy.
>
> Warren

Ryan Gutenkunst already wrapped it while working on the SloppyCell package. See

http://osdir.com/ml/python.scientific.devel/2005-07/msg00028.html

with a link there to the code. I've never tried it myself or even
looked at it, FYI :)
-Rob



More information about the SciPy-User mailing list