On Jun 6, 2011, at 3:35 AM, Benny Malengier wrote:

> Actually, the solvers in scipy start to show their age if you need more 
> advanced features like preconditioning for the ODEs. 
> The solvers in scipy have evolved into the C++ Sundials package 
> https://computation.llnl.gov/casc/sundials/main.html
> Python bindings are unfortunately not being updated at the moment 
> http://sourceforge.net/projects/pysundials/ (stuck on sundials 2.3)
> I wrote a high level interface to pysundials which does what I need (which is 
> a subset of what is possible): http://scikits.appspot.com/odes, advantage of 
> that is that you don't need to learn how sundials works as it is all hidden 
> by the interface.


Thanks very much for stepping in wit your recommendations, Benny. If it wasn't 
obvious from Daniel's and my answers, we don't actually do this, so your 
experience (and code!) is much appreciated.



Reply via email to