numerical-mathematics / extrapolation

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

Remove y_half variable #21

Open mcr222 opened 8 years ago

mcr222 commented 8 years ago

y_half variable is moved around without need as Y matrix already contains y_half values (and Y variable exists where y_half is needed).

Functions to modify: _compute_stages

Code TODO comment (remove once issue is closed):

TODO: this y_half value is already returned inside Y, remove and when needed (interpolation) extract form Y