Skip to content

Extrapolated BDF (eBDF) Methods #62

@ranocha

Description

@ranocha

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions