FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
fstr_rmerge.c File Reference
#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"
Include dependency graph for fstr_rmerge.c:

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)
 

Macro Definition Documentation

◆ BINARY_DEFAULT

#define BINARY_DEFAULT   0

Definition at line 21 of file fstr_rmerge.c.

◆ ENDID_DEFAULT

#define ENDID_DEFAULT   -1

Definition at line 24 of file fstr_rmerge.c.

◆ INTID_DEFAULT

#define INTID_DEFAULT   1

Definition at line 25 of file fstr_rmerge.c.

◆ NRANK_DEFAULT

#define NRANK_DEFAULT   0

Definition at line 22 of file fstr_rmerge.c.

◆ STRID_DEFAULT

#define STRID_DEFAULT   0

Definition at line 23 of file fstr_rmerge.c.

Function Documentation

◆ error_stop()

void error_stop ( void  )

Definition at line 27 of file fstr_rmerge.c.

Here is the call graph for this function:

◆ help()

void help ( void  )

Definition at line 34 of file fstr_rmerge.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 133 of file fstr_rmerge.c.

◆ set_fname()

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.