6 #ifndef TIME_STEP_FUNCTION_HPP 7 #define TIME_STEP_FUNCTION_HPP 1 9 #include "../../tessellation/tessellation.hpp" 10 #include "../common/hydrodynamic_variables.hpp" 11 #include "../../misc/utils.hpp" 12 #include "computational_cell_2d.hpp" 13 #include "../common/equation_of_state.hpp" 29 virtual double operator()
31 const vector<ComputationalCell>& cells,
33 const vector<Vector2D>& point_velocities,
41 #endif // TIME_STEP_FUNCTION_HPP Abstract class for tessellation.
virtual ~TimeStepFunction(void)
Destructor.
Base class for equation of state.
Class for keeping the names of the tracers and stickers.
Abstract class for time step function.