1 #include "different_bc.hpp" 6 left_(left), right_(right) {}
12 const vector<double>& vertex_velocity,
13 const bool side)
const 16 side ? right_ : left_;
17 return bc(ss,eos,rs,vertex_velocity,side);
DifferentBC(const BoundaryConditions1D &left, const BoundaryConditions1D &right)
Class constructor.
Base class for Riemann solver.
Base class for equation of state.
Base class for boundary conditions.
Package for computational domain and hydro cells.