#include <stdio.h>
#include <stdlib.h>
#include "hecmw_struct.h"
#include "hecmw_util.h"
#include "hecmw_result.h"
Go to the source code of this file.
|
int | HECMW_result_copy_c2f_init (struct hecmwST_result_data *result_data, int n_node, int n_elem) |
|
int | HECMW_result_copy_c2f_finalize (void) |
|
void | hecmw_result_copy_c2f_set_if (char *struct_name, char *var_name, void *dst, int *err, int len_struct, int len_var) |
|
void | hecmw_result_read_by_name_if (char *name_ID, int *i_step, int *n_node, int *n_elem, int *err, int len) |
|
void | hecmw_result_read_finalize_if (int *err) |
|
◆ SetFunc
typedef int(* SetFunc) (void *) |
◆ HECMW_result_copy_c2f_finalize()
int HECMW_result_copy_c2f_finalize |
( |
void |
| ) |
|
◆ HECMW_result_copy_c2f_init()
int HECMW_result_copy_c2f_init |
( |
struct hecmwST_result_data * |
result_data, |
|
|
int |
n_node, |
|
|
int |
n_elem |
|
) |
| |
◆ hecmw_result_copy_c2f_set_if()
void hecmw_result_copy_c2f_set_if |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
void * |
dst, |
|
|
int * |
err, |
|
|
int |
len_struct, |
|
|
int |
len_var |
|
) |
| |
◆ hecmw_result_read_by_name_if()
void hecmw_result_read_by_name_if |
( |
char * |
name_ID, |
|
|
int * |
i_step, |
|
|
int * |
n_node, |
|
|
int * |
n_elem, |
|
|
int * |
err, |
|
|
int |
len |
|
) |
| |
◆ hecmw_result_read_finalize_if()
void hecmw_result_read_finalize_if |
( |
int * |
err | ) |
|