numerical-mathematics / extrapolation

Parallel extrapolation for ODEs
MIT License
6 stars 1 forks source link

RHS function overflow #10

Open mcr222 opened 8 years ago

mcr222 commented 8 years ago

When an overflow of the RHS function happens, the step could be automatically rejected, as some of the extrapolation values will be NaN.

Currently, it fills all the extrapolation table. All this processing could be avoided and the code would be slightly faster.