Base class for cell update scheme. More...
#include <cell_updater_2d.hpp>
Public Member Functions | |
virtual vector< ComputationalCell > | operator() (const Tessellation &tess, const PhysicalGeometry &pg, const EquationOfState &eos, vector< Extensive > &extensives, const vector< ComputationalCell > &old, const CacheData &cd, const TracerStickerNames &tracerstickername, double time) const =0 |
Calculates the computational cells. More... | |
virtual | ~CellUpdater (void) |
Class destructor. | |
Base class for cell update scheme.
Definition at line 20 of file cell_updater_2d.hpp.
|
pure virtual |
Calculates the computational cells.
tess | Tessellation |
pg | Physical geometry |
eos | Equation of state |
extensives | Extensive variables |
old | Old computational cells |
cd | Cached data |
tracerstickername | The names of the tracers and stickers |
Implemented in SimpleCellUpdater.