[SciPy-Dev] PR: Add solout support to dopri5 and dop853

John Travers jtravs at gmail.com
Thu Nov 29 10:35:00 EST 2012


Hi all,

I realise that the ode code has its problems/detractors, but I needed a long requested feature, so I tried to add it:

https://github.com/scipy/scipy/pull/366

This enables the use of a callback function which is called at each internal integration step of dopri5 or dop853. This is useful to monitor the ode evolution at its natural time-scale without increasing the output density. It also enables stopping the integration mid-way.

This feature was requested quite a while ago, just before my absence from scipy development:

http://mail.scipy.org/pipermail/scipy-dev/2010-September/015540.html

Comments/improvements welcome.

Cheers,
John






More information about the SciPy-Dev mailing list