numerical-mathematics / extrapolation

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

Symmetric interpolation does a function evaluation that could be reused #23

Open mcr222 opened 8 years ago

mcr222 commented 8 years ago

Solve this issue with issue #22 as they are very similar.

One of the function evaluations that has to be done extra for the symmetric interpolation can be reused to calculate the next step.

Functions to modify: _interpolate_values_at_t

Code TODO comment (remove once issue is closed):

TODO: reuse last function evaluation to calculate next step