firedrakeproject / gusto

Three dimensional atmospheric dynamical core using the Gung Ho numerics.
http://firedrakeproject.org/gusto/
MIT License
10 stars 10 forks source link

Replace RK implementations of Forward and Backward Euler with simpler versions #515

Open tommbendall opened 1 month ago

tommbendall commented 1 month ago

ForwardEuler is currently implemented through the more general multi-stage Runge Kutta schemes. It might be clearer to implement it straight from the TimeDiscretisation base class.

We might still want a non-namespaced implementation of ForwardEuler for testing of generalised schemes.