![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
#include <hecmw_struct.h>
Data Fields | |
| int | n_grp |
| char ** | grp_name |
| int * | grp_index |
| int * | grp_item |
| int | n_bc |
| int * | bc_grp_ID |
| int * | bc_grp_type |
| int * | bc_grp_index |
| double * | bc_grp_val |
Definition at line 92 of file hecmw_struct.h.
| int* hecmwST_elem_grp::bc_grp_ID |
Definition at line 99 of file hecmw_struct.h.
| int* hecmwST_elem_grp::bc_grp_index |
Definition at line 102 of file hecmw_struct.h.
| int* hecmwST_elem_grp::bc_grp_type |
Definition at line 101 of file hecmw_struct.h.
| double* hecmwST_elem_grp::bc_grp_val |
Definition at line 103 of file hecmw_struct.h.
| int* hecmwST_elem_grp::grp_index |
Definition at line 95 of file hecmw_struct.h.
| int* hecmwST_elem_grp::grp_item |
Definition at line 96 of file hecmw_struct.h.
| char** hecmwST_elem_grp::grp_name |
Definition at line 94 of file hecmw_struct.h.
| int hecmwST_elem_grp::n_bc |
Definition at line 98 of file hecmw_struct.h.
| int hecmwST_elem_grp::n_grp |
Definition at line 93 of file hecmw_struct.h.