OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
Box_sub< dim, T > Struct Template Reference

Detailed Description

template<unsigned int dim, typename T>
struct Box_sub< dim, T >

It contain a box definition and from witch sub-domain it come from (in the local processor list) and an unique if across adjacent processors (for communication)

If the box come from the intersection of an expanded sub-domain and a sub-domain

Assuming we are considering the near processors i (0 to getNNProcessors())

Definition at line 70 of file common.hpp.

#include <common.hpp>

Public Member Functions

 Box_sub ()
 Constructor reset cmb.
 

Data Fields

Box< dim, T > bx
 Internal ghost box definition.
 
size_t sub
 Domain id.
 
size_t id
 see ebx_ibx_form in ie_ghost for the meaning
 
size_t r_sub
 see getNearSubdomainsRealId in nn_prcs
 
comb< dim > cmb
 see ie_ghost follow sector explanation
 

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