OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
i_lbox_id< dim > Struct Template Reference

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...

Detailed Description

template<unsigned int dim>
struct i_lbox_id< dim >

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
 

Field Documentation

◆ sub

template<unsigned int dim>
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.


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