Case for local external ghost box. More...
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 | |
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.
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.
size_t Box_proc< dim, T >::proc |
processor
Definition at line 168 of file common.hpp.