default_cell_updater.hpp
Go to the documentation of this file.
1 
6 #ifndef DEFAULT_CELL_UPDATER_HPP
7 #define DEFAULT_CELL_UPDATER_HPP 1
8 
9 #include "cell_updater_3d.hpp"
10 
13 {
14 public:
15 
17  DefaultCellUpdater(void);
18 
19  ComputationalCell operator()
20  (const Conserved3D& intensive,
21  const EquationOfState& eos) const;
22 };
23 
24 #endif // DEFAULT_CELL_UPDATER_HPP
Container for the hydrodynamic variables.
Default scheme for cell update.
DefaultCellUpdater(void)
Class constructor.
Base class for equation of state.
Abstract clas for cell update scheme.
Abstract class for cell update scheme.
Conserved variables for a 3D computational cell.
Definition: conserved_3d.hpp:7