headmyshoulder / odeint-v2

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

Customize error handling #154

Open headmyshoulder opened 9 years ago

headmyshoulder commented 9 years ago

The overflow behavior of the integrate routines and the iterator should be made customizable.

mariomulansky commented 8 years ago

Do you mean the exception raised when the step size adjustment fails? This has been modularized in f5ee194e7c45ecd5fa503372d7e3a74f620ce16e, but is not yet customizable. However, I'm not sure this is necessary - this exception should almost never fire anyways I think?