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

It store the information about the external ghost box. More...

Detailed Description

template<unsigned int dim>
struct e_box_id< dim >

It store the information about the external ghost box.

Definition at line 235 of file grid_dist_util.hpp.

#include <grid_dist_util.hpp>

Data Fields

::Box< dim, long int > g_e_box
 Box defining the external ghost box in global coordinates.
 
::Box< dim, long int > l_e_box
 Box defining the external ghost box in local coordinates for gdb_ext.
 
::Box< dim, long int > lr_e_box
 Box defining the external box in local coordinates for received box.
 
comb< dim > cmb
 Sector position of the external ghost.
 
size_t g_id
 Id.
 
size_t sub
 sub_id in which sub-domain this box live
 

Field Documentation

◆ cmb

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

Sector position of the external ghost.

Definition at line 247 of file grid_dist_util.hpp.

◆ g_e_box

template<unsigned int dim>
::Box<dim,long int> e_box_id< dim >::g_e_box

Box defining the external ghost box in global coordinates.

Definition at line 238 of file grid_dist_util.hpp.

◆ g_id

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

Id.

Definition at line 250 of file grid_dist_util.hpp.

◆ l_e_box

template<unsigned int dim>
::Box<dim,long int> e_box_id< dim >::l_e_box

Box defining the external ghost box in local coordinates for gdb_ext.

Definition at line 241 of file grid_dist_util.hpp.

◆ lr_e_box

template<unsigned int dim>
::Box<dim,long int> e_box_id< dim >::lr_e_box

Box defining the external box in local coordinates for received box.

Definition at line 244 of file grid_dist_util.hpp.

◆ sub

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

sub_id in which sub-domain this box live

Definition at line 253 of file grid_dist_util.hpp.


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