OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
DistGraph_CSR< V, E, Memory, layout_v, layout_e, layout_v_base, layout_e_base, grow_p >::SendGraphPack Struct Reference

Struct containing the (sub)graph to send. More...

Detailed Description

template<typename V, typename E, typename Memory, typename layout_v, typename layout_e, template< typename > class layout_v_base, template< typename > class layout_e_base, typename grow_p>
struct DistGraph_CSR< V, E, Memory, layout_v, layout_e, layout_v_base, layout_e_base, grow_p >::SendGraphPack

Struct containing the (sub)graph to send.

Definition at line 254 of file dist_map_graph.hpp.

Data Fields

openfpm::vector< V > send_v
 vertex send buffer
 
openfpm::vector< v_infosend_v_m
 vertex info send buffer
 
openfpm::vector< E > send_e
 edge send buffer
 
openfpm::vector< e_infosend_e_m
 edge info send buffer
 
openfpm::vector< size_t > send_el
 For each edge contain the child vertex id.
 
openfpm::vector< size_t > send_es
 For each vertex contain the number of children.
 
bool isEmpty = true
 Indicates if the pack is empty or not.
 

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