Periodic boundary conditions. More...
#include <periodic_1d.hpp>
Public Member Functions | |
Extensive | operator() (const SimulationState1D &ss, const EquationOfState &eos, const RiemannSolver &rs, const vector< double > &vertex_velocity, const bool side) const |
Calculates the flux at the boundaries. More... | |
Periodic boundary conditions.
Definition at line 13 of file periodic_1d.hpp.
|
virtual |
Calculates the flux at the boundaries.
ss | Computational domain and hydro cells |
eos | Equation of state |
rs | Riemann solver |
vertex_velocity | Velocity of the vertex |
side | False for left boundary, true for right boundary |
Implements BoundaryConditions1D.
Definition at line 7 of file periodic_1d.cpp.