Base class for a time step calculator. More...
#include <time_step_function_1d.hpp>

Public Member Functions | |
| virtual double | operator() (const SimulationState1D &ss, const EquationOfState &eos) const =0 |
| Calculates the time step. More... | |
Base class for a time step calculator.
Definition at line 13 of file time_step_function_1d.hpp.
|
pure virtual |
Calculates the time step.
| ss | Computational domain and hydro cells |
| eos | Equation of state |
Implemented in SimpleCFL1D.
1.8.13