![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <hecmw_graph.h>
Data Fields | |
int | m_num_vertex |
int | m_num_edge |
struct hecmw_varray_int * | m_edge_index |
struct hecmw_varray_int * | m_edge_item |
struct hecmw_varray_int * | m_vertex_weight |
int | is_ref |
Graph data structure.
Definition at line 23 of file hecmw_graph.h.
int hecmw_graph::is_ref |
Definition at line 32 of file hecmw_graph.h.
struct hecmw_varray_int* hecmw_graph::m_edge_index |
edge index array (length is m_num_vertex+1)
Definition at line 26 of file hecmw_graph.h.
struct hecmw_varray_int* hecmw_graph::m_edge_item |
edge item array (length is m_edge_index[m_num_vertex])
Definition at line 28 of file hecmw_graph.h.
int hecmw_graph::m_num_edge |
number of edges (double in both ways)
Definition at line 25 of file hecmw_graph.h.
int hecmw_graph::m_num_vertex |
number of vertices
Definition at line 24 of file hecmw_graph.h.
struct hecmw_varray_int* hecmw_graph::m_vertex_weight |
vertex weight array (length is m_num_vertex)
Definition at line 30 of file hecmw_graph.h.