OpenFPM  5.2.0
Project that contain the implementation of distributed structures
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...

Data Fields

size_t id
 vertex id
 
size_t pid
 

Detailed Description

template<typename V, typename E = no_edge, typename Memory = HeapMemory, typename layout_v = typename memory_traits_lin<V>::type, typename layout_e = typename memory_traits_lin<E>::type, template< typename > class layout_v_base = memory_traits_lin, template< typename > class layout_e_base = memory_traits_lin, typename grow_p = openfpm::grow_policy_double>
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.


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