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

Internal ghost box sent to construct external ghost box into the other processors. More...

Detailed Description

template<unsigned int dim>
struct Box_fix< dim >

Internal ghost box sent to construct external ghost box into the other processors.

Definition at line 50 of file grid_dist_id.hpp.

#include <grid_dist_id.hpp>

Data Fields

Box< dim, size_t > bx
 Box in global unit.
 
comb< dim > cmb
 In which sector live the box.
 
size_t g_id
 Global id of the internal ghost box.
 
size_t r_sub
 from which sub-domain this internal ghost box is generated (or with which sub-domain is overlapping)
 

Field Documentation

◆ bx

template<unsigned int dim>
Box<dim,size_t> Box_fix< dim >::bx

Box in global unit.

Definition at line 53 of file grid_dist_id.hpp.

◆ cmb

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

In which sector live the box.

Definition at line 55 of file grid_dist_id.hpp.

◆ g_id

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

Global id of the internal ghost box.

Definition at line 57 of file grid_dist_id.hpp.

◆ r_sub

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

from which sub-domain this internal ghost box is generated (or with which sub-domain is overlapping)

Definition at line 59 of file grid_dist_id.hpp.


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