Open landinjm opened 6 days ago
Is there a way to functionalize higher-order time schemes, if so, I think that would be preferred.
As in some user flag for like BDF2 or something?
Potentially for relatively simple cases. Would have to be clear in documentation about what happens behind the scenes.
Allowing the user to store and access prior solution fields will enable higher order time discretizations.
There might be some tricky stuff we have to do behind the scenes, but the most complicated part is how the user will actually specify what fields they want to keep in the equation dependencies.
Maybe something like `O()' where n is the field n steps in the past.