Simple class for cell update scheme in amr for SR. More...
#include <amr.hpp>
Public Member Functions | |
SimpleAMRCellUpdaterSR (double G, vector< string > toskip) | |
class constructor More... | |
ComputationalCell | ConvertExtensiveToPrimitve (const Extensive &extensive, const EquationOfState &eos, double volume, ComputationalCell const &old_cell, TracerStickerNames const &tracerstickernames) const |
Calculates the computational cell. More... | |
![]() | |
virtual | ~AMRCellUpdater (void) |
Class destructor. | |
|
explicit |
|
virtual |
Calculates the computational cell.
extensive | Extensive conserved variables |
eos | Equation of state |
volume | Cell volume |
old_cell | Old computational cell |
tracerstickernames | The names of the tracers and stickers |
Implements AMRCellUpdater.
Definition at line 94 of file amr.cpp.