SU2
Public Attributes | List of all members
ckrinfo_t Struct Reference

#include <struct.h>

Public Attributes

idx_t id
 
idx_t ed
 
idx_t nnbrs
 
idx_t inbr
 

Detailed Description

The following data structure stores holds information on degrees for k-way partition

Member Data Documentation

§ ed

idx_t ckrinfo_t::ed

The total external degree of a vertex

§ id

idx_t ckrinfo_t::id

The internal degree of a vertex (sum of weights)

§ inbr

idx_t ckrinfo_t::inbr

The index in the cnbr_t array where the nnbrs list of neighbors is stored

§ nnbrs

idx_t ckrinfo_t::nnbrs

The number of neighboring subdomains


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