You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In nodepy, there is a method
eBDF5
: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.
The text was updated successfully, but these errors were encountered: