SpECTRE
v2025.03.17
|
Mark a boundary condition as being periodic. More...
#include <Periodic.hpp>
Public Member Functions | |
MarkAsPeriodic (MarkAsPeriodic &&)=default | |
MarkAsPeriodic & | operator= (MarkAsPeriodic &&)=default |
MarkAsPeriodic (const MarkAsPeriodic &)=default | |
MarkAsPeriodic & | operator= (const MarkAsPeriodic &)=default |
Mark a boundary condition as being periodic.
Periodic boundary conditions shouldn't require any implementation outside of a check in the domain creator using the is_periodic()
function to determine what boundaries are periodic. Across each matching pair of periodic boundary conditions, the domain creator should specify that the DG elements are neighbors of each other.