![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
#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"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] = "" |
| void help | ( | void | ) |
Definition at line 20 of file hecmw_res_type_conv.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 93 of file hecmw_res_type_conv.c.
| int set_params | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 31 of file hecmw_res_type_conv.c.
| int endid = 1 |
Definition at line 16 of file hecmw_res_type_conv.c.
| int intid = 1 |
Definition at line 17 of file hecmw_res_type_conv.c.
| char out_file[HECMW_NAME_LEN+1] = "" |
Definition at line 18 of file hecmw_res_type_conv.c.
| int strid = 1 |
Definition at line 15 of file hecmw_res_type_conv.c.