Closed jmmaljaars closed 1 year ago
Related to issue #3: we may consider to allow the user to specify their own (explicit) Runge-Kutta advection scheme by providing a Butcher Tableau.
(Euler, RK2 and RK4 are then just pre-programmed specializations that are provided for convenience)
Addressed in #20 for explicit RK methods.
Implemented in #20
Related to issue #3: we may consider to allow the user to specify their own (explicit) Runge-Kutta advection scheme by providing a Butcher Tableau.
(Euler, RK2 and RK4 are then just pre-programmed specializations that are provided for convenience)