Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extrapolated BDF (eBDF) Methods #62

Open
ranocha opened this issue Feb 10, 2020 · 0 comments
Open

Extrapolated BDF (eBDF) Methods #62

ranocha opened this issue Feb 10, 2020 · 0 comments

Comments

@ranocha
Copy link
Contributor

ranocha commented Feb 10, 2020

In nodepy, there is a method eBDF5:

In [1]: from nodepy import *

In [2]: lmm=lm.loadLMM("eBDF5"); print(lmm.alpha); print(lmm.beta); print(lmm.info); print(lmm.name)
[-12/137 75/137 -200/137 300/137 -300/137 1]
[60/137 -300/137 600/137 -600/137 300/137 0]
Explicit 5-step method of order 5
eBDF 5

This method belongs to the class of extrapolated BDF methods, which are based on the idea "interpolate u and differentiate at the next step == interpolate previous f values and evaluate at the next step". It would be nice to implement the general recipe for this family.

Of course, I'm willing to implement this, but it is not my top priority right now. I would just like to open this issue as a reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant