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

◆ box

template<unsigned int dim>
::Box<dim,long int> i_lbox_id< dim >::box

Box.

Definition at line 512 of file grid_dist_util.hpp.

◆ cmb

template<unsigned int dim>
comb<dim> i_lbox_id< dim >::cmb

combination

Definition at line 526 of file grid_dist_util.hpp.

◆ k

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

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

◆ sub_gdb_ext

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


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