Default scheme for cell update. More...
#include <default_cell_updater.hpp>


Public Member Functions | |
| DefaultCellUpdater (void) | |
| Class constructor. | |
| ComputationalCell | operator() (const Conserved3D &intensive, const EquationOfState &eos) const |
| Calculates the computational cell. More... | |
Public Member Functions inherited from CellUpdater3D | |
| virtual | ~CellUpdater3D (void) |
| Class destructor. | |
Default scheme for cell update.
Definition at line 12 of file default_cell_updater.hpp.
|
virtual |
Calculates the computational cell.
| intensive | Intensive conserved variables (per volume) |
| eos | Equation of state |
Implements CellUpdater3D.
Definition at line 6 of file default_cell_updater.cpp.

1.8.13