Time Integration#
We’ve been using a simple 2nd-order Runge-Kutta / midpoint method for the time integration. Instead try something higher-order, for example:
A total variation diminishing RK method. These are very popular with hydro.
Whichever method you choose, compare the solution you get to the 2nd order method.
Ideally, do the convergence test exercise first, and then see how the time-integration method alone affects convergence.