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

Case for local external ghost box. More...

Detailed Description

template<unsigned int dim, typename T>
struct Box_proc< dim, T >

Case for local external ghost box.

Definition at line 132 of file common.hpp.

#include <common.hpp>

Data Fields

openfpm::vector<::Box< dim, T > > bx
 
openfpm::vector<::Box< dim, T > > nbx
 
size_t proc
 processor
 

Field Documentation

template<unsigned int dim, typename T >
openfpm::vector<::Box<dim,T> > Box_proc< dim, T >::bx

Intersection between the local sub-domain enlarged by the ghost and the contiguous processor sub-domains (External ghost)

Definition at line 136 of file common.hpp.

template<unsigned int dim, typename T >
openfpm::vector<::Box<dim,T> > Box_proc< dim, T >::nbx

Intersection between the contiguous processor sub-domain enlarged by the ghost with the local sub-domain (Internal ghost)

Definition at line 140 of file common.hpp.


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