FrontISTR  5.7.1
Large-scale structural analysis program with finit element method
hecmw_result_io_bin.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2023 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef HECMW_RESULT_IO_BIN_INCLUDED
7 #define HECMW_RESULT_IO_BIN_INCLUDED
8 
9 #include "hecmw_result.h"
10 
11 extern int HECMW_result_io_bin_judge_file(char *filename);
12 extern int HECMW_result_io_bin_write_by_fname(char *filename);
14  char *filename, struct hecmwST_result_data *result, int n_node, int n_elem,
15  char *header, char *comment);
16 extern struct hecmwST_result_data *HECMW_result_io_bin_read_by_fname(char *filename);
17 
18 #endif
int HECMW_result_io_bin_judge_file(char *filename)
struct hecmwST_result_data * HECMW_result_io_bin_read_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)
int HECMW_result_io_bin_write_by_fname(char *filename)