 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
6 #ifndef HECMW_RESULT_INCLUDED
7 #define HECMW_RESULT_INCLUDED
29 int i_step,
char *header,
char *comment);
37 int n_node,
int n_elem,
char *header,
char *comment);
int HECMW_result_init(struct hecmwST_local_mesh *hecMESH, int i_step, char *header, char *comment)
void HECMW_result_free_nodeID(void)
int HECMW_result_get_nnode(void)
char * HECMW_result_get_comment(char *buff)
void HECMW_result_free_elemID(void)
int * HECMW_result_get_elemID(int *buff)
int HECMW_result_get_nelem(void)
struct hecmwST_result_data * HECMW_result_read_by_name(char *name_ID, int i_step)
void HECMW_result_free(struct hecmwST_result_data *result)
int * HECMW_result_get_nodeID(int *buff)
int HECMW_result_finalize(void)
int HECMW_result_write_ST_by_name(char *name_ID, struct hecmwST_result_data *result, int n_node, int n_elem, char *header, char *comment)
char * HECMW_result_get_header(char *buff)
int HECMW_result_write_by_name(char *name_ID)
int HECMW_result_write_by_addfname(char *name_ID, char *addfname)
struct hecmwST_result_data * HECMW_result_read_by_fname(char *filename)