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
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.
The text was updated successfully, but these errors were encountered:
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: