headmyshoulder / odeint-v2

odeint - solving ordinary differential equations in c++ v2
http://headmyshoulder.github.com/odeint-v2/
Other
341 stars 101 forks source link

Is it possible to implement the LSODA in ODEINT? #203

Open LifeWorks opened 7 years ago

LifeWorks commented 7 years ago

I need to evaluate many odes without knowing whether it is stiff or non-stiff. I guess LSODA could best suite such problems. But there is not a good implementation in C++.

headmyshoulder commented 7 years ago

Sorry, there is currently nothing like this in odeint. You might try the GSL, but I am not sure if they have something to detect stiffness.