Checks if a cell contains a certain sticker. More...
#include <simple_cell_updater.hpp>


Public Member Functions | |
| HasSticker (const string &sticker_name) | |
| Class constructor. More... | |
| bool | 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) const |
| Checks if a cell satisfies a certain condition. More... | |
Checks if a cell contains a certain sticker.
Definition at line 107 of file simple_cell_updater.hpp.
|
explicit |
Class constructor.
| sticker_name | Sticker name |
Definition at line 241 of file simple_cell_updater.cpp.

|
virtual |
Checks if a cell satisfies a certain condition.
| tess | Tessellation |
| pg | Physical geometry |
| eos | Equation of state |
| extensives | Extensives |
| cells | Computational cells |
| cd | Cached data |
| index | Cell index |
| tracerstickernames | THe names of the stickers and tracers |
Implements SimpleCellUpdater::Condition.
Definition at line 245 of file simple_cell_updater.cpp.

1.8.13