#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "hecmw_config.h"
#include "hecmw_result.h"
#include "hecmw_util.h"
Go to the source code of this file.
◆ SetFunc
typedef int(* SetFunc) (void *) |
◆ HECMW_result_copy_f2c_finalize()
int HECMW_result_copy_f2c_finalize |
( |
void |
| ) |
|
◆ HECMW_result_copy_f2c_init()
int HECMW_result_copy_f2c_init |
( |
struct hecmwST_result_data * |
result_data, |
|
|
int |
n_node, |
|
|
int |
n_elem |
|
) |
| |
◆ hecmw_result_copy_f2c_set_if()
void hecmw_result_copy_f2c_set_if |
( |
char * |
struct_name, |
|
|
char * |
var_name, |
|
|
void * |
src, |
|
|
int * |
err, |
|
|
int |
slen, |
|
|
int |
vlen |
|
) |
| |
◆ hecmw_result_write_st_by_name_if()
void hecmw_result_write_st_by_name_if |
( |
char * |
name_ID, |
|
|
int * |
err, |
|
|
int |
len |
|
) |
| |
◆ hecmw_result_write_st_finalize_if()
void hecmw_result_write_st_finalize_if |
( |
int * |
err | ) |
|
◆ hecmw_result_write_st_init_if()
void hecmw_result_write_st_init_if |
( |
int * |
err | ) |
|