FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
matrix2graph.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  graph_type
 

Functions

void matrix2graph (int num_of_row, int num_of_col, int num_of_nzero, int *irow, int *jcol, graph_type *graph)
 

Function Documentation

◆ matrix2graph()

void matrix2graph ( int  num_of_row,
int  num_of_col,
int  num_of_nzero,
int *  irow,
int *  jcol,
graph_type graph 
)

Definition at line 12 of file matrix2graph.c.