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

Go to the source code of this file.

Functions

void bi_part_directive (int *neqns, int *nttbr, int *irow, int *jcol, int *num_graph1, int *num_graph2, int *num_separator)
 
void bi_part_directive_ (int *neqns, int *nttbr, int *irow, int *jcol, int *num_graph1, int *num_graph2, int *num_separator)
 
void bi_part_directive__ (int *neqns, int *nttbr, int *irow, int *jcol, int *num_graph1, int *num_graph2, int *num_separator)
 
void BI_PART_DIRECTIVE (int *neqns, int *nttbr, int *irow, int *jcol, int *num_graph1, int *num_graph2, int *num_separator)
 

Variables

Separator_resultseparator
 

Function Documentation

◆ bi_part_directive()

void bi_part_directive ( int *  neqns,
int *  nttbr,
int *  irow,
int *  jcol,
int *  num_graph1,
int *  num_graph2,
int *  num_separator 
)

Definition at line 18 of file matrix_repart.c.

Here is the caller graph for this function:

◆ BI_PART_DIRECTIVE()

void BI_PART_DIRECTIVE ( int *  neqns,
int *  nttbr,
int *  irow,
int *  jcol,
int *  num_graph1,
int *  num_graph2,
int *  num_separator 
)

Definition at line 100 of file matrix_repart.c.

◆ bi_part_directive_()

void bi_part_directive_ ( int *  neqns,
int *  nttbr,
int *  irow,
int *  jcol,
int *  num_graph1,
int *  num_graph2,
int *  num_separator 
)

Definition at line 88 of file matrix_repart.c.

◆ bi_part_directive__()

void bi_part_directive__ ( int *  neqns,
int *  nttbr,
int *  irow,
int *  jcol,
int *  num_graph1,
int *  num_graph2,
int *  num_separator 
)

Definition at line 94 of file matrix_repart.c.

Variable Documentation

◆ separator

Separator_result* separator

Definition at line 16 of file matrix_repart.c.