Prevents certain cells from being updated. More...
#include <simple_cell_updater.hpp>
Public Member Functions | |
ComputationalCell | operator() (const Tessellation &tess, const PhysicalGeometry &pg, const EquationOfState &eos, const vector< Extensive > &extensives, const vector< ComputationalCell > &cells, const CacheData &cd, const size_t index, TracerStickerNames const &tracerstickernames, double time) const |
Calculates the value of the primitive variables in a computational cell. More... | |
Prevents certain cells from being updated.
Definition at line 131 of file simple_cell_updater.hpp.
|
virtual |
Calculates the value of the primitive variables in a computational cell.
tess | Tessellation |
pg | Physical geometry |
eos | Equation of state |
extensives | Extensive variables |
cells | Computational cells |
cd | Cached data |
index | Cell index |
tracerstickernames | THe names of the stickers and tracers |
Implements SimpleCellUpdater::Action.
Definition at line 263 of file simple_cell_updater.cpp.