![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
#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.
Macros | |
| #define | RES_BIN_HEADER "HECMW_BINARY_RESULT" |
Functions | |
| int | HECMW_judge_result_bin_file (char *filename) |
| int | HECMW_result_write_bin_by_fname (char *filename) |
| 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) |
| struct hecmwST_result_data * | HECMW_result_read_bin_by_fname (char *filename) |
| #define RES_BIN_HEADER "HECMW_BINARY_RESULT" |
Definition at line 15 of file hecmw_result_bin_io.c.
| int HECMW_judge_result_bin_file | ( | char * | filename | ) |
Definition at line 50 of file hecmw_result_bin_io.c.
| struct hecmwST_result_data * HECMW_result_read_bin_by_fname | ( | char * | filename | ) |
Definition at line 1019 of file hecmw_result_bin_io.c.
| int HECMW_result_write_bin_by_fname | ( | char * | filename | ) |
Definition at line 339 of file hecmw_result_bin_io.c.
| 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 | ||
| ) |
Definition at line 649 of file hecmw_result_bin_io.c.