![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <hecmw_result.h>
Data Fields | |
int | ng_component |
int | nn_component |
int | ne_component |
int * | ng_dof |
int * | nn_dof |
int * | ne_dof |
char ** | global_label |
char ** | node_label |
char ** | elem_label |
double * | global_val_item |
double * | node_val_item |
double * | elem_val_item |
Definition at line 11 of file hecmw_result.h.
char** hecmwST_result_data::elem_label |
Definition at line 23 of file hecmw_result.h.
double* hecmwST_result_data::elem_val_item |
Definition at line 26 of file hecmw_result.h.
char** hecmwST_result_data::global_label |
Definition at line 21 of file hecmw_result.h.
double* hecmwST_result_data::global_val_item |
Definition at line 24 of file hecmw_result.h.
int hecmwST_result_data::ne_component |
Definition at line 17 of file hecmw_result.h.
int* hecmwST_result_data::ne_dof |
Definition at line 20 of file hecmw_result.h.
int hecmwST_result_data::ng_component |
Definition at line 15 of file hecmw_result.h.
int* hecmwST_result_data::ng_dof |
Definition at line 18 of file hecmw_result.h.
int hecmwST_result_data::nn_component |
Definition at line 16 of file hecmw_result.h.
int* hecmwST_result_data::nn_dof |
Definition at line 19 of file hecmw_result.h.
char** hecmwST_result_data::node_label |
Definition at line 22 of file hecmw_result.h.
double* hecmwST_result_data::node_val_item |
Definition at line 25 of file hecmw_result.h.