it store an internal ghost box, the linked external ghost box and the sub-domain from where it come from as internal ghost box More...
it store an internal ghost box, the linked external ghost box and the sub-domain from where it come from as internal ghost box
Definition at line 509 of file grid_dist_util.hpp.
#include <grid_dist_util.hpp>
Data Fields | |
::Box< dim, long int > | box |
Box. | |
size_t | sub |
size_t | sub_gdb_ext |
to which gdb_ext this internal ghost box is linked with | |
openfpm::vector< size_t > | k |
external ghost box linked to this internal ghost box | |
comb< dim > | cmb |
combination | |
Box.
Definition at line 512 of file grid_dist_util.hpp.
combination
Definition at line 526 of file grid_dist_util.hpp.
openfpm::vector<size_t> i_lbox_id< dim >::k |
external ghost box linked to this internal ghost box
Definition at line 523 of file grid_dist_util.hpp.
size_t i_lbox_id< dim >::sub |
sub-domain id (of the extended sub-domain). sub and sub_gdb_ext match if use_bx_def is not used in the distributed grid
Definition at line 517 of file grid_dist_util.hpp.
size_t i_lbox_id< dim >::sub_gdb_ext |
to which gdb_ext this internal ghost box is linked with
Definition at line 520 of file grid_dist_util.hpp.