6 #ifndef TIME_STEP_CALCULATOR_HPP 7 #define TIME_STEP_CALCULATOR_HPP 1 9 #include "../../3D/GeometryCommon/Tessellation3D.hpp" 11 #include "../common/equation_of_state.hpp" 26 virtual double operator()
28 const vector<ComputationalCell>& cells,
35 #endif // TIME_STEP_CALCULATOR_HPP Abstract class for time step calculator.
Abstract class for tessellation in 3D.
Container for the hydrodynamic variables.
Base class for equation of state.
virtual ~TimeStepCalculator(void)
Class destructor.
A container for the hydrodynamic variables.