![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <matrix2graph.h>
Data Fields | |
int | nvtxs |
int | nedges |
int | ncon |
int * | xadj |
int * | adjncy |
Definition at line 9 of file matrix2graph.h.
int* graph_type::adjncy |
Definition at line 17 of file matrix2graph.h.
int graph_type::ncon |
Definition at line 15 of file matrix2graph.h.
int graph_type::nedges |
Definition at line 14 of file matrix2graph.h.
int graph_type::nvtxs |
Definition at line 13 of file matrix2graph.h.
int* graph_type::xadj |
Definition at line 16 of file matrix2graph.h.