FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
matrix2graph.c File Reference
#include "matrix2graph.h"
#include <stdio.h>
#include <stdlib.h>
#include "separator.h"
Include dependency graph for matrix2graph.c:

Go to the source code of this file.

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.