gridap / Gridap.jl

Grid-based approximation of partial differential equations in Julia
MIT License
665 stars 94 forks source link

Leftover ideas for ODEs #994

Open JordiManyer opened 3 months ago

JordiManyer commented 3 months ago

Leftover ideas after #985

TODO

Some Runge-Kutta schemes have the First-Same-As-Last (FSAL) property, that enables sharing a residual evaluation from one step to the next. It may not be possible to have this optimisation in our case because of the Dirichlet boundary conditions.

Ideas for later