LEoPart-project / leopart-x

Implementation of Lagrangian-Eulerian Particle tracking with DOLFINx
GNU Lesser General Public License v3.0
8 stars 1 forks source link

Generalize Runge-Kutta advection via Butcher Tableau #9

Closed jmmaljaars closed 1 year ago

jmmaljaars commented 4 years 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)

nate-sime commented 1 year ago

Addressed in #20 for explicit RK methods.

nate-sime commented 1 year ago

Implemented in #20