#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "hecmw_util.h"
#include "hecmw_bin_io.h"
#include "hecmw_result.h"
#include "hecmw_result_io.h"
Go to the source code of this file.
◆ RES_BIN_HEADER
#define RES_BIN_HEADER "HECMW_BINARY_RESULT" |
◆ HECMW_judge_result_bin_file()
int HECMW_judge_result_bin_file |
( |
char * |
filename | ) |
|
◆ HECMW_result_read_bin_by_fname()
◆ HECMW_result_write_bin_by_fname()
int HECMW_result_write_bin_by_fname |
( |
char * |
filename | ) |
|
◆ HECMW_result_write_bin_ST_by_fname()
int HECMW_result_write_bin_ST_by_fname |
( |
char * |
filename, |
|
|
struct hecmwST_result_data * |
result, |
|
|
int |
n_node, |
|
|
int |
n_elem, |
|
|
char * |
header, |
|
|
char * |
comment |
|
) |
| |