I made a pull request [1] to integrate the LSODA solver that is used in
odeint into the modular scipy.integrate.ode generic class. In a similar
way as for vode, it just wraps the already present lsoda.f file
(see .pyf file) and exposes it within an IntegratorBase subclass
adjusting the coefficients before calling lsoda.

Note that lsoda provide automatic switching between stiff and non-stiff
methods, feature that is not present in the available vode integrator.

Final note: tests are ok!

Regards,

[1] https://github.com/scipy/scipy/pull/273 
-- 
Fabrice Silva

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to