This structure store the Box that define the domain inside the Ghost + domain box. More...
This structure store the Box that define the domain inside the Ghost + domain box.
(Ghost + Domain) +------------------+ | | | +------------+ <---------- (Domain) | | | | | | Domain | | | | Box | | | | | | | | | | | +------------+ | | | +------------------+ (0,0) local coordinate ---> ( x, y )
* Domain
dim | dimensionality |
Definition at line 39 of file GBoxes.hpp.
#include <GBoxes.hpp>
Static Public Member Functions | |
static bool | noPointers () |
Indicate that this structure has no pointers inside. More... | |
Data Fields | |
Box< dim, long int > | GDbox |
Ghost + Domain ghost. | |
Box< dim, long int > | Dbox |
Domain box. | |
Point< dim, long int > | origin |
origin of GDbox in global grid coordinates | |
size_t | k |
|
inlinestatic |
Indicate that this structure has no pointers inside.
Definition at line 57 of file GBoxes.hpp.
size_t GBoxes< dim >::k |
In case the grid is not defined everywhere but is defined by a set of boxes indicate from which box it come from
Definition at line 50 of file GBoxes.hpp.