Method for updating the extensive variables. More...
#include <extensive_updater_1d.hpp>
Public Member Functions | |
virtual void | operator() (const vector< Extensive > &fluxes, const PhysicalGeometry1D &pg, const SimulationState1D &ss, const double dt, vector< Extensive > &extensives) const =0 |
Updates the extensive variabels. More... | |
Method for updating the extensive variables.
Definition at line 17 of file extensive_updater_1d.hpp.
|
pure virtual |
Updates the extensive variabels.
fluxes | Hydrodynamic fluxes |
pg | Physical geometry |
ss | Computational domains and hydro cells |
dt | Time step |
extensives | Extensive variables to be updated |
Implemented in SimpleExtensiveUpdater1D.