Action taken to update extensive. More...
#include <ConditionExtensiveUpdater.hpp>
Public Member Functions | |
virtual void | operator() (const vector< Extensive > &fluxes, const PhysicalGeometry &pg, const Tessellation &tess, const double dt, const CacheData &cd, const vector< ComputationalCell > &cells, Extensive &extensive, size_t index, double time, TracerStickerNames const &tracerstickernames) const =0 |
Action taken to update extensive.
Definition at line 36 of file ConditionExtensiveUpdater.hpp.
|
pure virtual |
fluxes | Fluxes |
pg | Physical geometry |
tess | Tessellation |
dt | Time step |
cd | Cache data |
cells | Computational cells |
extensive | Extensive variable, input is after the addition of hydro fluxes |
index | The index of the cell |
time | The time |
tracerstickernames | The names of the tracers and stickers |