![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
#include <hecmw_graph.h>
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 |
Graph data structure.
Definition at line 25 of file hecmw_graph.h.
| int hecmw_graph::is_ref |
Definition at line 34 of file hecmw_graph.h.
| 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.
| 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.
| idx_t hecmw_graph::m_num_edge |
number of edges (double in both ways)
Definition at line 27 of file hecmw_graph.h.
| int hecmw_graph::m_num_vertex |
number of vertices
Definition at line 26 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 33 of file hecmw_graph.h.