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

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

Detailed Description

template<unsigned int dim>
struct e_lbox_id< dim >

It store the information about the local external ghost box.

Definition at line 317 of file grid_dist_util.hpp.

#include <grid_dist_util.hpp>

Data Fields

::Box< dim, long int > ebox
 Box defining the external ghost box in local coordinates.
 
bool initialized = false
 Has this external ghost box initialized.
 
size_t sub
 sub-domain id of the non-extended sub-domain
 
size_t sub_gdb_ext
 
size_t k
 external ghost box linked to this internal ghost box
 
comb< dim > cmb
 Sector position of the local external ghost box.
 

Field Documentation

◆ cmb

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

Sector position of the local external ghost box.

Definition at line 336 of file grid_dist_util.hpp.

◆ ebox

template<unsigned int dim>
::Box<dim,long int> e_lbox_id< dim >::ebox

Box defining the external ghost box in local coordinates.

Definition at line 320 of file grid_dist_util.hpp.

◆ initialized

template<unsigned int dim>
bool e_lbox_id< dim >::initialized = false

Has this external ghost box initialized.

Definition at line 323 of file grid_dist_util.hpp.

◆ k

template<unsigned int dim>
size_t e_lbox_id< dim >::k

external ghost box linked to this internal ghost box

Definition at line 333 of file grid_dist_util.hpp.

◆ sub

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

sub-domain id of the non-extended sub-domain

Definition at line 326 of file grid_dist_util.hpp.

◆ sub_gdb_ext

template<unsigned int dim>
size_t e_lbox_id< dim >::sub_gdb_ext

to which gdb_ext this external ghost box is linked with (in case of grid defined everywhere these two number match)

Definition at line 330 of file grid_dist_util.hpp.


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