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>
Public Member Functions | |
bool | operator== (const GBoxes &tmp) |
Static Public Member Functions | |
static bool | noPointers () |
Indicate that this structure has no pointers inside. | |
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.
Definition at line 62 of file GBoxes.hpp.
Domain box.
Definition at line 44 of file GBoxes.hpp.
Ghost + Domain ghost.
Definition at line 42 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.
origin of GDbox in global grid coordinates
Definition at line 46 of file GBoxes.hpp.