#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.
◆ LINEBUF_SIZE
#define LINEBUF_SIZE 1023 |
◆ RES_BIN_HEADER
#define RES_BIN_HEADER "HECMW_BINARY_RESULT" |
◆ HECMW_result_io_bin_judge_file()
int HECMW_result_io_bin_judge_file |
( |
char * |
filename | ) |
|
◆ HECMW_result_io_bin_read_by_fname()
◆ HECMW_result_io_bin_write_by_fname()
int HECMW_result_io_bin_write_by_fname |
( |
char * |
filename | ) |
|
◆ HECMW_result_io_bin_write_ST_by_fname()
int HECMW_result_io_bin_write_ST_by_fname |
( |
char * |
filename, |
|
|
struct hecmwST_result_data * |
result, |
|
|
int |
n_node, |
|
|
int |
n_elem, |
|
|
char * |
header, |
|
|
char * |
comment |
|
) |
| |