OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
Box_dom< dim, T > Struct Template Reference

Case for external ghost box. More...

Detailed Description

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

Case for external ghost box.

Definition at line 173 of file common.hpp.

#include <common.hpp>

Data Fields

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

Field Documentation

◆ ebx

template<unsigned int dim, typename T >
openfpm::vector_std< Box_sub<dim,T> > Box_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 177 of file common.hpp.

◆ ibx

template<unsigned int dim, typename T >
openfpm::vector_std< Box_sub<dim,T> > Box_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 181 of file common.hpp.


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