Periodicity Struct ReferenceΒΆ

adc_cpp: pops::Periodicity Struct Reference
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
pops::Periodicity Struct Reference

Per-direction periodicity: halo wrapping in x and/or y during the exchange (false = open edge, left to the physical BCs). More...

#include <fill_boundary.hpp>

+ Collaboration diagram for pops::Periodicity:

Public Attributes

bool x = false
 
bool y = false
 

Detailed Description

Per-direction periodicity: halo wrapping in x and/or y during the exchange (false = open edge, left to the physical BCs).

Member Data Documentation

◆ x

bool pops::Periodicity::x = false

◆ y

bool pops::Periodicity::y = false

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