SpECTRE
v2024.09.29
|
Each member in PairOfFaces
holds the global corner ids of a block face. PairOfFaces
is used in setting up periodic boundary conditions by identifying the two faces with each other.
More...
#include <DomainHelpers.hpp>
Public Attributes | |
std::vector< size_t > | first |
std::vector< size_t > | second |
Each member in PairOfFaces
holds the global corner ids of a block face. PairOfFaces
is used in setting up periodic boundary conditions by identifying the two faces with each other.
Requires: The pair of faces must belong to a single block.