![]() |
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_result.h"#include "hecmw_result_io.h"Go to the source code of this file.
Macros | |
| #define | DELIM " \n" |
| #define | DELIM " \n" |
| #define | DELIM " \n" |
Functions | |
| int | HECMW_result_write_txt_by_fname (char *filename) |
| int | HECMW_result_write_txt_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_txt_by_fname (char *filename) |
| #define DELIM " \n" |
| #define DELIM " \n" |
| #define DELIM " \n" |
| struct hecmwST_result_data* HECMW_result_read_txt_by_fname | ( | char * | filename | ) |
Definition at line 1200 of file hecmw_result_txt_io.c.
| int HECMW_result_write_txt_by_fname | ( | char * | filename | ) |
Definition at line 334 of file hecmw_result_txt_io.c.
| int HECMW_result_write_txt_ST_by_fname | ( | char * | filename, |
| struct hecmwST_result_data * | result, | ||
| int | n_node, | ||
| int | n_elem, | ||
| char * | header, | ||
| char * | comment | ||
| ) |
Definition at line 686 of file hecmw_result_txt_io.c.