![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
#include "fstr_rmerge_util.h"
Go to the source code of this file.
Functions | |
void | error_stop (void) |
void | help (void) |
void | set_fname (int argc, char **argv, char *out_fheader, int *binary) |
int | main (int argc, char **argv) |
Variables | |
FILE * | log_fp |
並列計算された結果を読込み処理するためのユーティリティ | |
int | nrank = 0 |
int | strid = 0 |
int | endid = -1 |
int | intid = 1 |
void error_stop | ( | void | ) |
Definition at line 19 of file fstr_rmerge.c.
void help | ( | void | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void set_fname | ( | int | argc, |
char ** | argv, | ||
char * | out_fheader, | ||
int * | binary | ||
) |
Definition at line 38 of file fstr_rmerge.c.
int endid = -1 |
Definition at line 16 of file fstr_rmerge.c.
int intid = 1 |
Definition at line 17 of file fstr_rmerge.c.
FILE* log_fp |
並列計算された結果を読込み処理するためのユーティリティ
Definition at line 13 of file fstr_rmerge.c.
int nrank = 0 |
Definition at line 14 of file fstr_rmerge.c.
int strid = 0 |
Definition at line 15 of file fstr_rmerge.c.