OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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 143 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

◆ ebx

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 147 of file common.hpp.

◆ ibx

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 151 of file common.hpp.


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