time_step_function_1d.hpp
Go to the documentation of this file.
1 
6 #ifndef TIME_STEP_FUNCTION_1D
7 #define TIME_STEP_FUNCTION_1D 1
8 
10 #include "../common/equation_of_state.hpp"
11 
14 {
15 public:
16 
22  virtual double operator()
23  (const SimulationState1D& ss,
24  const EquationOfState& eos) const = 0;
25 
26  virtual ~TimeStepFunction1D(void);
27 };
28 
29 #endif // TIME_STEP_FUNCTION_1D
Package for computational domain and hydro cells.
Base class for equation of state.
Base class for a time step calculator.
Package for computational domain and hydro cells.