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

For each external ghost id, it contain a set of sub-domain at which this external box is linked. More...

Detailed Description

template<unsigned int dim>
struct e_box_multi< dim >

For each external ghost id, it contain a set of sub-domain at which this external box is linked.

Definition at line 536 of file grid_dist_util.hpp.

#include <grid_dist_util.hpp>

Data Fields

openfpm::vector< size_t > eb_list
 
size_t full_match
 
size_t e_id
 

Field Documentation

◆ e_id

template<unsigned int dim>
size_t e_box_multi< dim >::e_id

It store the id of linked eg_box (eg_box.get(e_id) is valid, this mean that e_id store processor id information)

See also
ProctoID function

Definition at line 548 of file grid_dist_util.hpp.

◆ eb_list

template<unsigned int dim>
openfpm::vector<size_t> e_box_multi< dim >::eb_list

set sub-domain at which with external ghost is linked The eb_list are id for the eb_box list

Definition at line 540 of file grid_dist_util.hpp.

◆ full_match

template<unsigned int dim>
size_t e_box_multi< dim >::full_match

This is the id in eb_list that contain an external ghost box able to store the full received box

Definition at line 544 of file grid_dist_util.hpp.


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