FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_result_io_txt.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_TXT_INCLUDED
7 #define HECMW_RESULT_IO_TXT_INCLUDED
8 
9 #include "hecmw_result.h"
10 
11 extern int HECMW_result_io_txt_write_by_fname(char *filename);
13  char *filename, struct hecmwST_result_data *result, int n_node, int n_elem,
14  char *header, char *comment);
15 extern struct hecmwST_result_data *HECMW_result_io_txt_read_by_fname(char *filename);
16 
17 #endif
HECMW_result_io_txt_write_by_fname
int HECMW_result_io_txt_write_by_fname(char *filename)
Definition: hecmw_result_io_txt.c:340
hecmwST_result_data
Definition: hecmw_result.h:11
hecmw_result.h
HECMW_result_io_txt_write_ST_by_fname
int HECMW_result_io_txt_write_ST_by_fname(char *filename, struct hecmwST_result_data *result, int n_node, int n_elem, char *header, char *comment)
Definition: hecmw_result_io_txt.c:694
HECMW_result_io_txt_read_by_fname
struct hecmwST_result_data * HECMW_result_io_txt_read_by_fname(char *filename)
Definition: hecmw_result_io_txt.c:1208