![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <hecmw_result_io.h>
Data Fields | |
int | istep |
int | nnode |
int | nelem |
char | head [HECMW_HEADER_LEN+1] |
char | comment_line [HECMW_MSG_LEN+1] |
struct result_list * | global_list |
struct result_list * | node_list |
struct result_list * | elem_list |
int * | node_global_ID |
int * | elem_global_ID |
int | MPC_exist |
int * | eid_wo_MPC |
Definition at line 34 of file hecmw_result_io.h.
char hecmwST_result_io_data::comment_line[HECMW_MSG_LEN+1] |
Definition at line 39 of file hecmw_result_io.h.
int* hecmwST_result_io_data::eid_wo_MPC |
Definition at line 49 of file hecmw_result_io.h.
int* hecmwST_result_io_data::elem_global_ID |
Definition at line 46 of file hecmw_result_io.h.
struct result_list* hecmwST_result_io_data::elem_list |
Definition at line 43 of file hecmw_result_io.h.
struct result_list* hecmwST_result_io_data::global_list |
Definition at line 41 of file hecmw_result_io.h.
char hecmwST_result_io_data::head[HECMW_HEADER_LEN+1] |
Definition at line 38 of file hecmw_result_io.h.
int hecmwST_result_io_data::istep |
Definition at line 35 of file hecmw_result_io.h.
int hecmwST_result_io_data::MPC_exist |
Definition at line 48 of file hecmw_result_io.h.
int hecmwST_result_io_data::nelem |
Definition at line 37 of file hecmw_result_io.h.
int hecmwST_result_io_data::nnode |
Definition at line 36 of file hecmw_result_io.h.
int* hecmwST_result_io_data::node_global_ID |
Definition at line 45 of file hecmw_result_io.h.
struct result_list* hecmwST_result_io_data::node_list |
Definition at line 42 of file hecmw_result_io.h.