FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
graph_type Struct Reference

#include <matrix2graph.h>

Collaboration diagram for graph_type:

Data Fields

int nvtxs
 
int nedges
 
int ncon
 
int * xadj
 
int * adjncy
 

Detailed Description

Definition at line 9 of file matrix2graph.h.

Field Documentation

◆ adjncy

int* graph_type::adjncy

Definition at line 17 of file matrix2graph.h.

◆ ncon

int graph_type::ncon

Definition at line 15 of file matrix2graph.h.

◆ nedges

int graph_type::nedges

Definition at line 14 of file matrix2graph.h.

◆ nvtxs

int graph_type::nvtxs

Definition at line 13 of file matrix2graph.h.

◆ xadj

int* graph_type::xadj

Definition at line 16 of file matrix2graph.h.


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