![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
#include "hecmw_result.h"Go to the source code of this file.
Functions | |
| int | HECMW_result_io_bin_judge_file (char *filename) |
| int | HECMW_result_io_bin_write_by_fname (char *filename) |
| 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) |
| struct hecmwST_result_data * | HECMW_result_io_bin_read_by_fname (char *filename) |
| int HECMW_result_io_bin_judge_file | ( | char * | filename | ) |
| struct hecmwST_result_data* HECMW_result_io_bin_read_by_fname | ( | char * | filename | ) |
Definition at line 1024 of file hecmw_result_io_bin.c.
| int HECMW_result_io_bin_write_by_fname | ( | char * | filename | ) |
Definition at line 342 of file hecmw_result_io_bin.c.
| 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 | ||
| ) |
Definition at line 654 of file hecmw_result_io_bin.c.