bmcage / odes

The ODES scikit for ordinary differential and algebraic equations, an extension to scipy
https://scikits-odes.readthedocs.io/
Other
123 stars 45 forks source link

sensitivity equation #78

Open Huan-Yang opened 6 years ago

Huan-Yang commented 6 years ago

Hi all, I wonder whether odes offers sensitivity equations from the Cvodes. Do we have some example for that? Thanks. Huan

bmcage commented 6 years ago

No, those are not exposed at the moment. We are working on conversion to sundials 3.1.1. It would be interesting if somebody looked at the sensitivity API also. Mostly cvodes is a copy of the methods of cvode + some sensitivity parts, so it should not be hard to add. But no core developer has used it, so not present.