Abstract class for the cell update scheme. More...
#include <cell_updater_1d.hpp>
Public Member Functions | |
virtual vector< ComputationalCell > | operator() (const PhysicalGeometry1D &pg, const vector< Extensive > &extensives, const SimulationState1D &old, const EquationOfState &eos) const =0 |
Updates cells. More... | |
Abstract class for the cell update scheme.
Definition at line 20 of file cell_updater_1d.hpp.
|
pure virtual |
Updates cells.
pg | Physical geometry |
extensives | Extensive variables |
old | Old cells |
eos | Equation of state |
Implemented in SimpleCellUpdater1D.