Abstract class for extensive update scheme in amr. More...
#include <amr.hpp>
Public Member Functions | |
virtual Extensive | ConvertPrimitveToExtensive (const ComputationalCell &cell, const EquationOfState &eos, double volume, TracerStickerNames const &tracerstickernames) const =0 |
Calculates the computational cell. More... | |
virtual | ~AMRExtensiveUpdater (void) |
Class destructor. | |
|
pure virtual |
Calculates the computational cell.
cell | Computational cell |
eos | Equation of state |
volume | Cell volume |
tracerstickernames | The names of the tracers and stickers |
Implemented in SimpleAMRExtensiveUpdaterSR, and SimpleAMRExtensiveUpdater.