periodic_1d.hpp
Go to the documentation of this file.
1 
6 #ifndef PERIODIC_1D_HPP
7 #define PERIODIC_1D_HPP 1
8 
10 
14 {
15 public:
16 
17  Extensive operator()
18  (const SimulationState1D& ss,
19  const EquationOfState& eos,
20  const RiemannSolver& rs,
21  const vector<double>& vertex_velocity,
22  const bool side) const;
23 };
24 
25 #endif // PERIODIC_1D_HPP
Extensive variables.
Definition: extensive.hpp:18
Base class for boundary conditions.
Base class for Riemann solver.
Base class for equation of state.
Periodic boundary conditions.
Definition: periodic_1d.hpp:13
Base class for boundary conditions.
Package for computational domain and hydro cells.