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

Per-processor external ghost box. More...

Detailed Description

template<unsigned int dim>
struct ep_box_grid< dim >

Per-processor external ghost box.

Definition at line 576 of file grid_dist_util.hpp.

#include <grid_dist_util.hpp>

Data Fields

openfpm::vector< e_box_id< dim > > bid
 
size_t prc
 processor id
 
size_t recv_pnt
 total number of received points
 
size_t n_r_box
 Number of received boxes.
 

Field Documentation

◆ bid

template<unsigned int dim>
openfpm::vector<e_box_id<dim> > ep_box_grid< dim >::bid

Definition at line 579 of file grid_dist_util.hpp.

◆ n_r_box

template<unsigned int dim>
size_t ep_box_grid< dim >::n_r_box

Number of received boxes.

Definition at line 588 of file grid_dist_util.hpp.

◆ prc

template<unsigned int dim>
size_t ep_box_grid< dim >::prc

processor id

Definition at line 582 of file grid_dist_util.hpp.

◆ recv_pnt

template<unsigned int dim>
size_t ep_box_grid< dim >::recv_pnt

total number of received points

Definition at line 585 of file grid_dist_util.hpp.


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