FrontISTR  5.7.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
 
int m_num_edge
 
struct hecmw_varray_intm_edge_index
 
struct hecmw_varray_intm_edge_item
 
struct hecmw_varray_intm_vertex_weight
 
int is_ref
 

Detailed Description

Graph data structure.

Definition at line 23 of file hecmw_graph.h.

Field Documentation

◆ is_ref

int hecmw_graph::is_ref

Definition at line 32 of file hecmw_graph.h.

◆ m_edge_index

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.

◆ m_edge_item

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.

◆ m_num_edge

int hecmw_graph::m_num_edge

number of edges (double in both ways)

Definition at line 25 of file hecmw_graph.h.

◆ m_num_vertex

int hecmw_graph::m_num_vertex

number of vertices

Definition at line 24 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 30 of file hecmw_graph.h.


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