SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
domain::BoundaryConditions::MarkAsPeriodic Class Referenceabstract

Mark a boundary condition as being periodic. More...

#include <Periodic.hpp>

Public Member Functions

 MarkAsPeriodic (MarkAsPeriodic &&)=default
 
MarkAsPeriodicoperator= (MarkAsPeriodic &&)=default
 
 MarkAsPeriodic (const MarkAsPeriodic &)=default
 
MarkAsPeriodicoperator= (const MarkAsPeriodic &)=default
 

Detailed Description

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.


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