Replace RK implementations of Forward and Backward Euler with simpler versions #515
Labels
good for hackathon
Issues that are good to tackle in a hackathon
tidying
Pull requests or issues that involve tidying up code
ForwardEuler
is currently implemented through the more general multi-stage Runge Kutta schemes. It might be clearer to implement it straight from theTimeDiscretisation
base class.We might still want a non-namespaced implementation of
ForwardEuler
for testing of generalised schemes.The text was updated successfully, but these errors were encountered: