OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
i_box_id< dim > Struct Template Reference

it store a box, its unique id and the sub-domain from where it come from More...

Detailed Description

template<unsigned int dim>
struct i_box_id< dim >

it store a box, its unique id and the sub-domain from where it come from

Definition at line 469 of file grid_dist_util.hpp.

#include <grid_dist_util.hpp>

Data Fields

::Box< dim, long int > box
 Box.
 
size_t g_id
 id
 
size_t r_sub
 r_sub id of the sub-domain in the sent list
 
comb< dim > cmb
 Sector where it live the linked external ghost box.
 
size_t sub
 sub
 

Field Documentation

◆ box

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

Box.

Definition at line 472 of file grid_dist_util.hpp.

◆ cmb

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

Sector where it live the linked external ghost box.

Definition at line 481 of file grid_dist_util.hpp.

◆ g_id

template<unsigned int dim>
size_t i_box_id< dim >::g_id

id

Definition at line 475 of file grid_dist_util.hpp.

◆ r_sub

template<unsigned int dim>
size_t i_box_id< dim >::r_sub

r_sub id of the sub-domain in the sent list

Definition at line 478 of file grid_dist_util.hpp.

◆ sub

template<unsigned int dim>
size_t i_box_id< dim >::sub

sub

Definition at line 486 of file grid_dist_util.hpp.


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