6 #ifndef FLUX_CALCULATOR_1D_HPP 7 #define FLUX_CALCULATOR_1D_HPP 1 10 #include "../two_dimensional/extensive.hpp" 12 #include "../common/equation_of_state.hpp" 28 virtual vector<Extensive> operator()
30 const vector<double>& vertex_velocity,
32 const double dt)
const = 0;
37 #endif // FLUX_CALCULATOR_1D_HPP Package for computational domain and hydro cells.
Base class for a flux calculator.
Base class for equation of state.
Package for computational domain and hydro cells.