71 void setSource(
double * cons,
double * prims,
double * aux);
87 void step(
double * cons,
double * prims,
double * aux,
double dt=0);
virtual ~RKSplit()
Destructor.
Model * model
Pointer to Model object, contains governing equations and spectral decomposition. ...
void step(double *cons, double *prims, double *aux, double dt=0)
Performs a single time step.
TVD Runge-Kutta 2nd order time integrator
Extension to the base physics model
RKSplit(Data *data, Model *model, Bcs *bcs, FluxMethod *fluxMethod, ModelExtension *modelExtension=NULL)
Constructor.
Data * data
Pointer to Data class containing global simulation data.
FluxMethod * fluxMethod
Pointer to FluxMethod object.
Physics model that we want to use
ModelExtension * modelExtension
Pointer to model extension class.
Bcs * bcs
Pointer to boundary conditions, Bcs, object.
Operator splitting RK2 integrator, first order accurate in time
Abstract base class for flux reconstruction methods