![]() |
FrontISTR
5.7.1
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 14 of file matrix2graph.h.
| int graph_type::ncon |
Definition at line 12 of file matrix2graph.h.
| int graph_type::nedges |
Definition at line 11 of file matrix2graph.h.
| int graph_type::nvtxs |
Definition at line 10 of file matrix2graph.h.
| int* graph_type::xadj |
Definition at line 13 of file matrix2graph.h.