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

Case for local ghost box. More...

Detailed Description

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

Case for local ghost box.

Definition at line 119 of file common.hpp.

#include <common.hpp>

Data Fields

openfpm::vector_std< Box_sub_k
< dim, T > > 
ebx
 
openfpm::vector_std< Box_sub_k
< dim, T > > 
ibx
 

Field Documentation

template<unsigned int dim, typename T >
openfpm::vector_std< Box_sub_k<dim,T> > lBox_dom< dim, T >::ebx

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

Definition at line 123 of file common.hpp.

template<unsigned int dim, typename T >
openfpm::vector_std< Box_sub_k<dim,T> > lBox_dom< dim, T >::ibx

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

Definition at line 127 of file common.hpp.


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