#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include "hecmw_log.h"
#include "hecmw_malloc.h"
#include "hecmw_util.h"
#include "hecmw_config.h"
#include "hecmw_etype.h"
#include "hecmw_result_io.h"
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) |
|
◆ ALLOW_CHAR
#define ALLOW_CHAR "_-+" /* and alphabet, digit */ |
◆ ALLOW_CHAR_FIRST
#define ALLOW_CHAR_FIRST "_" /* and alphabet */ |
◆ 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