numerical-mathematics / extrapolation

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

Euler extrapolation does not work #1

Closed ketch closed 8 years ago

ketch commented 9 years ago

Some parts of the code have been specialized for midpoint extrapolation, so Euler extrapolation no longer works correctly.

mcr222 commented 8 years ago

This is solved in the implicit branch.

Also dense output interpolation is working for symmetric (midpoint) and non-symmetric (euler) methods.