BackwardsRK Arguments class
double * sourcestar
< Interstage work array for specified variable
double * auxstar
< Interstage work array for specified variable
double * constar
< Interstage work array for specified variable
int i
Which cell is currently being solved.
int j
Which cell is currently being solved.
virtual ~BackRKArguments()
Destructor.
int k
Which cell is currently being solved.
BackRKArguments()
Default constructor.
double dt
Size of current timestep.
Data * data
Pointer to Data class containing global simulation data.
int allocd
Signifies if the prim aux and source arrays have been allocated memory. 1 if allocated, 0 otherwise.
BackRKArguments & operator=(const BackRKArguments &args)
Overload assignment operator.
double * primstar
< Interstage work array for specified variable