Go to the source code of this file.
|
void | HECMW_result_io_finalize () |
|
int | HECMW_result_io_init (int n_node, int n_elem, int *nodeID, int *elemID, int n_elem_type, int *elem_type_index, int *elem_type_item, int i_step, char *header, char *comment) |
|
int | HECMW_result_io_add (int dtype, int n_dof, char *label, double *ptr) |
|
int | HECMW_result_io_count_ng_comp (void) |
|
int | HECMW_result_io_count_nn_comp (void) |
|
int | HECMW_result_io_count_ne_comp (void) |
|
◆ HECMW_RESULT_FILEVER_MAJOR
#define HECMW_RESULT_FILEVER_MAJOR 2 |
◆ HECMW_RESULT_FILEVER_MINOR
#define HECMW_RESULT_FILEVER_MINOR 0 |
◆ HECMW_RESULT_DTYPE
Enumerator |
---|
HECMW_RESULT_DTYPE_MIN | |
HECMW_RESULT_DTYPE_NODE | |
HECMW_RESULT_DTYPE_ELEM | |
HECMW_RESULT_DTYPE_GLOBAL | |
HECMW_RESULT_DTYPE_MAX | |
Definition at line 11 of file hecmw_result_io.h.
◆ HECMW_result_io_add()
int HECMW_result_io_add |
( |
int |
dtype, |
|
|
int |
n_dof, |
|
|
char * |
label, |
|
|
double * |
ptr |
|
) |
| |
◆ HECMW_result_io_count_ne_comp()
int HECMW_result_io_count_ne_comp |
( |
void |
| ) |
|
◆ HECMW_result_io_count_ng_comp()
int HECMW_result_io_count_ng_comp |
( |
void |
| ) |
|
◆ HECMW_result_io_count_nn_comp()
int HECMW_result_io_count_nn_comp |
( |
void |
| ) |
|
◆ HECMW_result_io_finalize()
void HECMW_result_io_finalize |
( |
| ) |
|
◆ HECMW_result_io_init()
int HECMW_result_io_init |
( |
int |
n_node, |
|
|
int |
n_elem, |
|
|
int * |
nodeID, |
|
|
int * |
elemID, |
|
|
int |
n_elem_type, |
|
|
int * |
elem_type_index, |
|
|
int * |
elem_type_item, |
|
|
int |
i_step, |
|
|
char * |
header, |
|
|
char * |
comment |
|
) |
| |
◆ ResIO