82 void step(
double * cons,
double * prims,
double * aux,
double dt=0);
Model * model
Pointer to Model object, contains governing equations and spectral decomposition. ...
double * source3
Work array for specified variable. Size is .
double * U3
Work array for specified variable. Size is .
IMEX-SSP3(332) Arguments class
double * U3guess
Work array for specified variable. Size is .
double * flux3
Work array for specified variable. Size is .
Implicit-Explicit Runge-Kutta second order SSP2 time integrator
SSP3(Data *data, Model *model, Bcs *bcs, FluxMethod *fluxMethod)
Constructor.
IMEX3Arguments args
IMEX3Arguments, additional arguments class, stores single cell data for hydrb rootfinder.
void step(double *cons, double *prims, double *aux, double dt=0)
Performs a single time step.
Implicit-Explicit Runge-Kutta third order SSP3(332) time integrator
double * tempprims
Work array for specified variable. Size is .
Data * data
Pointer to Data class containing global simulation data.
FluxMethod * fluxMethod
Pointer to FluxMethod object.
Physics model that we want to use
virtual ~SSP3()
Destructor.
Bcs * bcs
Pointer to boundary conditions, Bcs, object.
Abstract base class for flux reconstruction methods
double * tempaux
Work array for specified variable. Size is .