![]() |
FrontISTR
5.8.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 | COL_INT 10 |
| #define | COL_DOUBLE 5 |
| #define | LINEBUF_SIZE 1023 |
| #define | DELIM " \n" |
| #define | DELIM " \n" |
| #define | DELIM " \n" |
Functions | |
| int | HECMW_result_io_txt_write_by_fname (char *filename) |
| 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) |
| struct hecmwST_result_data * | HECMW_result_io_txt_read_by_fname (char *filename) |
| #define COL_DOUBLE 5 |
Definition at line 15 of file hecmw_result_io_txt.c.
| #define COL_INT 10 |
Definition at line 14 of file hecmw_result_io_txt.c.
| #define DELIM " \n" |
| #define DELIM " \n" |
| #define DELIM " \n" |
| #define LINEBUF_SIZE 1023 |
Definition at line 17 of file hecmw_result_io_txt.c.
| struct hecmwST_result_data* HECMW_result_io_txt_read_by_fname | ( | char * | filename | ) |
Definition at line 1211 of file hecmw_result_io_txt.c.
| int HECMW_result_io_txt_write_by_fname | ( | char * | filename | ) |
Definition at line 343 of file hecmw_result_io_txt.c.
| 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 at line 697 of file hecmw_result_io_txt.c.