![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "hecmw_util.h"
#include "hecmw_result_io_bin.h"
#include "hecmw_result_io_txt.h"
#include "fstr_rmerge_util.h"
Go to the source code of this file.
Macros | |
#define | BINARY_DEFAULT 0 |
#define | NRANK_DEFAULT 0 |
#define | STRID_DEFAULT 0 |
#define | ENDID_DEFAULT -1 |
#define | INTID_DEFAULT 1 |
Functions | |
void | error_stop (void) |
void | help (void) |
void | set_fname (int argc, char **argv, char *out_fheader, int *binary, int *nrank, int *strid, int *endid, int *intid) |
int | main (int argc, char **argv) |
#define BINARY_DEFAULT 0 |
Definition at line 21 of file fstr_rmerge.c.
#define ENDID_DEFAULT -1 |
Definition at line 24 of file fstr_rmerge.c.
#define INTID_DEFAULT 1 |
Definition at line 25 of file fstr_rmerge.c.
#define NRANK_DEFAULT 0 |
Definition at line 22 of file fstr_rmerge.c.
#define STRID_DEFAULT 0 |
Definition at line 23 of file fstr_rmerge.c.
void error_stop | ( | void | ) |
void help | ( | void | ) |
Definition at line 34 of file fstr_rmerge.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 133 of file fstr_rmerge.c.
void set_fname | ( | int | argc, |
char ** | argv, | ||
char * | out_fheader, | ||
int * | binary, | ||
int * | nrank, | ||
int * | strid, | ||
int * | endid, | ||
int * | intid | ||
) |
Definition at line 47 of file fstr_rmerge.c.