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

Go to the source code of this file.

Functions

void get_part_result (int *num_graph1, int *igraph1, int *num_graph2, int *igraph2, int *num_separator, int *iseparator)
 
void get_part_result_ (int *num_graph1, int *igraph1, int *num_graph2, int *igraph2, int *num_separator, int *iseparator)
 
void get_part_result__ (int *num_graph1, int *igraph1, int *num_graph2, int *igraph2, int *num_separator, int *iseparator)
 
void GET_PART_RESULT (int *num_graph1, int *igraph1, int *num_graph2, int *igraph2, int *num_separator, int *iseparator)
 

Variables

Separator_resultseparator
 

Function Documentation

◆ get_part_result()

void get_part_result ( int *  num_graph1,
int *  igraph1,
int *  num_graph2,
int *  igraph2,
int *  num_separator,
int *  iseparator 
)

Definition at line 10 of file separator_c2f_c.c.

Here is the caller graph for this function:

◆ GET_PART_RESULT()

void GET_PART_RESULT ( int *  num_graph1,
int *  igraph1,
int *  num_graph2,
int *  igraph2,
int *  num_separator,
int *  iseparator 
)

Definition at line 75 of file separator_c2f_c.c.

Here is the call graph for this function:

◆ get_part_result_()

void get_part_result_ ( int *  num_graph1,
int *  igraph1,
int *  num_graph2,
int *  igraph2,
int *  num_separator,
int *  iseparator 
)

Definition at line 63 of file separator_c2f_c.c.

Here is the call graph for this function:

◆ get_part_result__()

void get_part_result__ ( int *  num_graph1,
int *  igraph1,
int *  num_graph2,
int *  igraph2,
int *  num_separator,
int *  iseparator 
)

Definition at line 69 of file separator_c2f_c.c.

Here is the call graph for this function:

Variable Documentation

◆ separator

Separator_result* separator

Definition at line 16 of file matrix_repart.c.