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 >::GlobalVInfo Struct Reference

Structure needed to get vertex position by global id. 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 >::GlobalVInfo

Structure needed to get vertex position by global id.

Definition at line 279 of file dist_map_graph.hpp.

Data Fields

size_t id
 vertex id
 
size_t pid
 

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