#include <struct.h>
Data Fields | |
idx_t | nid |
idx_t | ned |
idx_t | gv |
idx_t | nnbrs |
idx_t | inbr |
Definition at line 60 of file struct.h.
The internal degree of a vertex (count of edges)
Definition at line 61 of file struct.h.
Referenced by CheckKWayVolPartitionParams(), ComputeKWayPartitionParams(), ComputeKWayVolGains(), Greedy_KWayVolOptimize(), Greedy_McKWayVolOptimize(), KWayVolUpdate(), MoveGroupContigForVol(), MoveGroupMinConnForVol(), and ProjectKWayPartition().
The total external degree of a vertex (count of edges)
Definition at line 62 of file struct.h.
Referenced by CheckKWayVolPartitionParams(), ComputeKWayBoundary(), ComputeKWayPartitionParams(), ComputeKWayVolGains(), Greedy_KWayVolOptimize(), Greedy_McKWayVolOptimize(), KWayVolUpdate(), MoveGroupContigForVol(), MoveGroupMinConnForVol(), and ProjectKWayPartition().
The volume gain of moving that vertex
Definition at line 63 of file struct.h.
Referenced by ComputeKWayBoundary(), ComputeKWayVolGains(), Greedy_KWayVolOptimize(), Greedy_McKWayVolOptimize(), and KWayVolUpdate().
The number of neighboring subdomains
Definition at line 64 of file struct.h.
Referenced by CheckKWayVolPartitionParams(), ComputeKWayPartitionParams(), ComputeKWayVolGains(), ComputeSubDomainGraph(), Greedy_KWayVolOptimize(), Greedy_McKWayVolOptimize(), KWayVolUpdate(), MoveGroupContigForVol(), MoveGroupMinConnForVol(), and ProjectKWayPartition().
The index in the vnbr_t array where the nnbrs list of neighbors is stored
Definition at line 65 of file struct.h.
Referenced by CheckKWayVolPartitionParams(), ComputeKWayPartitionParams(), ComputeKWayVolGains(), ComputeSubDomainGraph(), Greedy_KWayVolOptimize(), Greedy_McKWayVolOptimize(), KWayVolUpdate(), MoveGroupContigForVol(), MoveGroupMinConnForVol(), and ProjectKWayPartition().