A simple cell updater. More...
#include <cell_updater_1d.hpp>
Public Member Functions | |
SimpleCellUpdater1D (void) | |
Class constructor. | |
vector< ComputationalCell > | operator() (const PhysicalGeometry1D &pg, const vector< Extensive > &extensives, const SimulationState1D &old, const EquationOfState &eos) const |
Updates cells. More... | |
A simple cell updater.
Definition at line 40 of file cell_updater_1d.hpp.
|
virtual |
Updates cells.
pg | Physical geometry |
extensives | Extensive variables |
old | Old cells |
eos | Equation of state |
Implements CellUpdater1D.
Definition at line 53 of file cell_updater_1d.cpp.