7 #define SIMPLE_CFL_HPP 1 22 const vector<ComputationalCell>& cells,
24 const vector<Vector2D>& point_velocities,
31 #endif // SIMPLE_CFL_HPP Calculates time step according to CFL criterion.
SimpleCFL(const double cfl)
Class constructor.
Abstract class for tessellation.
Base class for equation of state.
double operator()(const Tessellation &tess, const vector< ComputationalCell > &cells, const EquationOfState &eos, const vector< Vector2D > &point_velocities, const double time, TracerStickerNames const &tracerstickernames) const
Calculates the time step.
Class for keeping the names of the tracers and stickers.
Abstract class for time step function.
Abstract class for time step function.