SpECTRE  v2024.08.03
PairOfFaces Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: