FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_res_type_conv.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include "hecmw_struct.h"
#include "hecmw_result.h"
#include "hecmw_result_io_txt.h"
#include "hecmw_util.h"
#include "hecmw_io.h"
Include dependency graph for hecmw_res_type_conv.c:

Go to the source code of this file.

Functions

void help (void)
 
int set_params (int argc, char **argv)
 
int main (int argc, char **argv)
 

Variables

int strid = 1
 
int endid = 1
 
int intid = 1
 
char out_file [HECMW_NAME_LEN+1] = ""
 

Function Documentation

◆ help()

void help ( void  )

Definition at line 20 of file hecmw_res_type_conv.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 93 of file hecmw_res_type_conv.c.

◆ set_params()

int set_params ( int  argc,
char **  argv 
)

Definition at line 31 of file hecmw_res_type_conv.c.

Variable Documentation

◆ endid

int endid = 1

Definition at line 16 of file hecmw_res_type_conv.c.

◆ intid

int intid = 1

Definition at line 17 of file hecmw_res_type_conv.c.

◆ out_file

char out_file[HECMW_NAME_LEN+1] = ""

Definition at line 18 of file hecmw_res_type_conv.c.

◆ strid

int strid = 1

Definition at line 15 of file hecmw_res_type_conv.c.