OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
GBoxes< dim > Struct Template Reference

This structure store the Box that define the domain inside the Ghost + domain box. More...

Detailed Description

template<unsigned int dim>
struct GBoxes< dim >

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
Template Parameters
dimdimensionality

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
 

Member Function Documentation

template<unsigned int dim>
static bool GBoxes< dim >::noPointers ( )
inlinestatic

Indicate that this structure has no pointers inside.

Returns
true

Definition at line 53 of file GBoxes.hpp.


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