Simple extensive variable updater. More...
#include <simple_extensive_updater.hpp>


Public Member Functions | |
| void | operator() (const vector< Extensive > &fluxes, const PhysicalGeometry &pg, const Tessellation &tess, const double dt, const CacheData &cd, const vector< ComputationalCell > &cells, vector< Extensive > &extensives, double time, TracerStickerNames const &tracerstickersnames) const |
| Updates the extensive variables. More... | |
Public Member Functions inherited from ExtensiveUpdater | |
| virtual | ~ExtensiveUpdater (void) |
| Class constructor. | |
Simple extensive variable updater.
Definition at line 12 of file simple_extensive_updater.hpp.
|
virtual |
Updates the extensive variables.
| fluxes | Fluxes |
| pg | Physical geometry |
| tess | Tessellation |
| dt | Time step |
| cd | Cache data |
| cells | Computational cells |
| extensives | Extensive variables |
| tracerstickernames | The names of the tracers and stickers |
| time | The time |
Implements ExtensiveUpdater.
Definition at line 12 of file simple_extensive_updater.cpp.

1.8.13