6 #ifndef COURANT_FRIEDRICHS_LEWY_HPP 7 #define COURANT_FRIEDRICHS_LEWY_HPP 1 22 const vector<ComputationalCell>& cells,
29 #endif // COURANT_FRIEDRICHS_LEWY_HPP Abstract class for time step calculator.
Abstract class for time step calculator.
Abstract class for tessellation in 3D.
double operator()(const Tessellation3D &tess, const vector< ComputationalCell > &cells, const EquationOfState &eos) const
Calculates the time step.
Base class for equation of state.
Calculates the time step according to the CFL criterion.
CourantFriedrichsLewy(double cfl)
Class constructor.