SU2
Public Attributes | List of all members
gk_graph_t Struct Reference

Public Attributes

int32_t nvtxs
 
ssize_t * xadj
 
int32_t * adjncy
 
int32_t * iadjwgt
 
float * fadjwgt
 
int32_t * ivwgts
 
float * fvwgts
 
int32_t * ivsizes
 
float * fvsizes
 
int32_t * vlabels
 

Member Data Documentation

§ adjncy

int32_t* gk_graph_t::adjncy

The adjacency list of the graph

§ fadjwgt

float* gk_graph_t::fadjwgt

The floating point edge weights

§ fvsizes

float* gk_graph_t::fvsizes

The floating point vertex sizes

§ fvwgts

float* gk_graph_t::fvwgts

The floating point vertex weights

§ iadjwgt

int32_t* gk_graph_t::iadjwgt

The integer edge weights

§ ivsizes

int32_t* gk_graph_t::ivsizes

The integer vertex sizes

§ ivwgts

int32_t* gk_graph_t::ivwgts

The integer vertex weights

§ nvtxs

int32_t gk_graph_t::nvtxs

The number of vertices in the graph

§ vlabels

int32_t* gk_graph_t::vlabels

The labels of the vertices

§ xadj

ssize_t* gk_graph_t::xadj

The ptr-structure of the adjncy list


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