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

◆ bx

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

◆ nbx

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

◆ proc

template<unsigned int dim, typename T >
size_t Box_proc< dim, T >::proc

processor

Definition at line 168 of file common.hpp.


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