FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_result_io_bin.h File Reference
#include "hecmw_result.h"
Include dependency graph for hecmw_result_io_bin.h:
This graph shows which files directly or indirectly include this file:

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_dataHECMW_result_io_bin_read_by_fname (char *filename)
 

Function Documentation

◆ HECMW_result_io_bin_judge_file()

int HECMW_result_io_bin_judge_file ( char *  filename)

Definition at line 53 of file hecmw_result_io_bin.c.

Here is the call graph for this function:

◆ HECMW_result_io_bin_read_by_fname()

struct hecmwST_result_data* HECMW_result_io_bin_read_by_fname ( char *  filename)

Definition at line 1024 of file hecmw_result_io_bin.c.

◆ HECMW_result_io_bin_write_by_fname()

int HECMW_result_io_bin_write_by_fname ( char *  filename)

Definition at line 342 of file hecmw_result_io_bin.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_result_io_bin_write_ST_by_fname()

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.