Abstract class for cell update scheme in amr. More...
#include <amr.hpp>

Public Member Functions | |
| virtual ComputationalCell | ConvertExtensiveToPrimitve (const Extensive &extensive, const EquationOfState &eos, double volume, ComputationalCell const &old_cell, TracerStickerNames const &tracerstickernames) const =0 |
| Calculates the computational cell. More... | |
| virtual | ~AMRCellUpdater (void) |
| Class destructor. | |
|
pure 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 |
Implemented in SimpleAMRCellUpdaterSR, and SimpleAMRCellUpdater.
1.8.13