numerical-mathematics / extrapolation

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

Limit the next step by the interpolation next step suggestion Hint #15

Open mcr222 opened 8 years ago

mcr222 commented 8 years ago

See ref I pag. 241, just below II.9.45: “Otherwise the subsequent step is computed subject to the restriction H ≤ Hint.”

This is not currently done in our case (for the steps where interpolation is made).