FrontISTR  5.9.0
Large-scale structural analysis program with finit element method
hecmw_graph Struct Reference

#include <hecmw_graph.h>

Collaboration diagram for hecmw_graph:

Data Fields

int m_num_vertex
 
idx_t m_num_edge
 
struct hecmw_varray_idx * m_edge_index
 
struct hecmw_varray_idx * m_edge_item
 
struct hecmw_varray_int * m_vertex_weight
 
int is_ref
 

Detailed Description

Graph data structure.

Definition at line 25 of file hecmw_graph.h.

Field Documentation

◆ is_ref

int hecmw_graph::is_ref

Definition at line 34 of file hecmw_graph.h.

◆ m_edge_index

struct hecmw_varray_idx* hecmw_graph::m_edge_index

edge index array (length is m_num_vertex+1)

Definition at line 29 of file hecmw_graph.h.

◆ m_edge_item

struct hecmw_varray_idx* hecmw_graph::m_edge_item

edge item array (length is m_edge_index[m_num_vertex])

Definition at line 30 of file hecmw_graph.h.

◆ m_num_edge

idx_t hecmw_graph::m_num_edge

number of edges (double in both ways)

Definition at line 27 of file hecmw_graph.h.

◆ m_num_vertex

int hecmw_graph::m_num_vertex

number of vertices

Definition at line 26 of file hecmw_graph.h.

◆ m_vertex_weight

struct hecmw_varray_int* hecmw_graph::m_vertex_weight

vertex weight array (length is m_num_vertex)

Definition at line 33 of file hecmw_graph.h.


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