Implements a RK-midpoint time stepping routine. More...
#include <cstdio>#include <string>#include "PatchPluto.H"#include "LoHiSide.H"The RK-midpoing advance the system of conservation law by first evolving the solution at the half-time level and then doing a full step using midpoint quadrature rule:
1.8.2