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

Go to the source code of this file.

Data Structures

struct  hecmwST_result_data
 

Functions

void HECMW_result_free (struct hecmwST_result_data *result)
 
int HECMW_result_init (struct hecmwST_local_mesh *hecMESH, int i_step, char *header, char *comment)
 
int HECMW_result_finalize (void)
 
int HECMW_result_write_by_name (char *name_ID)
 
int HECMW_result_write_by_addfname (char *name_ID, char *addfname)
 
int HECMW_result_write_ST_by_name (char *name_ID, struct hecmwST_result_data *result, int n_node, int n_elem, char *header, char *comment)
 
struct hecmwST_result_dataHECMW_result_read_by_name (char *name_ID, int i_step)
 
struct hecmwST_result_dataHECMW_result_read_by_fname (char *filename)
 
int HECMW_result_get_nnode (void)
 
int HECMW_result_get_nelem (void)
 
char * HECMW_result_get_header (char *buff)
 
char * HECMW_result_get_comment (char *buff)
 
int * HECMW_result_get_nodeID (int *buff)
 
int * HECMW_result_get_elemID (int *buff)
 
void HECMW_result_free_nodeID (void)
 
void HECMW_result_free_elemID (void)
 
int HECMW_judge_result_bin_file (char *filename)
 
int HECMW_result_write_bin_by_fname (char *filename)
 
int HECMW_result_write_bin_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_read_bin_by_fname (char *filename)
 
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_dataHECMW_result_read_txt_by_fname (char *filename)
 

Function Documentation

◆ HECMW_judge_result_bin_file()

int HECMW_judge_result_bin_file ( char *  filename)

Definition at line 50 of file hecmw_result_bin_io.c.

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

◆ HECMW_result_finalize()

int HECMW_result_finalize ( void  )

Definition at line 67 of file hecmw_result.c.

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

◆ HECMW_result_free()

void HECMW_result_free ( struct hecmwST_result_data result)

Definition at line 25 of file hecmw_result.c.

Here is the caller graph for this function:

◆ HECMW_result_free_elemID()

void HECMW_result_free_elemID ( void  )

Definition at line 238 of file hecmw_result.c.

Here is the caller graph for this function:

◆ HECMW_result_free_nodeID()

void HECMW_result_free_nodeID ( void  )

Definition at line 233 of file hecmw_result.c.

Here is the caller graph for this function:

◆ HECMW_result_get_comment()

char * HECMW_result_get_comment ( char *  buff)

Definition at line 212 of file hecmw_result.c.

Here is the caller graph for this function:

◆ HECMW_result_get_elemID()

int * HECMW_result_get_elemID ( int *  buff)

Definition at line 225 of file hecmw_result.c.

Here is the caller graph for this function:

◆ HECMW_result_get_header()

char * HECMW_result_get_header ( char *  buff)

Definition at line 207 of file hecmw_result.c.

Here is the caller graph for this function:

◆ HECMW_result_get_nelem()

int HECMW_result_get_nelem ( void  )

Definition at line 205 of file hecmw_result.c.

Here is the caller graph for this function:

◆ HECMW_result_get_nnode()

int HECMW_result_get_nnode ( void  )

Definition at line 203 of file hecmw_result.c.

Here is the caller graph for this function:

◆ HECMW_result_get_nodeID()

int * HECMW_result_get_nodeID ( int *  buff)

Definition at line 217 of file hecmw_result.c.

Here is the caller graph for this function:

◆ HECMW_result_init()

int HECMW_result_init ( struct hecmwST_local_mesh hecMESH,
int  i_step,
char *  header,
char *  comment 
)

Definition at line 60 of file hecmw_result.c.

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

◆ HECMW_result_read_bin_by_fname()

struct hecmwST_result_data * HECMW_result_read_bin_by_fname ( char *  filename)

Definition at line 1019 of file hecmw_result_bin_io.c.

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

◆ HECMW_result_read_by_fname()

struct hecmwST_result_data * HECMW_result_read_by_fname ( char *  filename)

Definition at line 168 of file hecmw_result.c.

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

◆ HECMW_result_read_by_name()

struct hecmwST_result_data * HECMW_result_read_by_name ( char *  name_ID,
int  i_step 
)

Definition at line 180 of file hecmw_result.c.

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

◆ HECMW_result_read_txt_by_fname()

struct hecmwST_result_data * HECMW_result_read_txt_by_fname ( char *  filename)

Definition at line 1200 of file hecmw_result_txt_io.c.

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

◆ HECMW_result_write_bin_by_fname()

int HECMW_result_write_bin_by_fname ( char *  filename)

Definition at line 339 of file hecmw_result_bin_io.c.

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

◆ HECMW_result_write_bin_ST_by_fname()

int HECMW_result_write_bin_ST_by_fname ( char *  filename,
struct hecmwST_result_data result,
int  n_node,
int  n_elem,
char *  header,
char *  comment 
)

Definition at line 649 of file hecmw_result_bin_io.c.

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

◆ HECMW_result_write_by_addfname()

int HECMW_result_write_by_addfname ( char *  name_ID,
char *  addfname 
)

Definition at line 125 of file hecmw_result.c.

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

◆ HECMW_result_write_by_name()

int HECMW_result_write_by_name ( char *  name_ID)

Definition at line 77 of file hecmw_result.c.

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

◆ HECMW_result_write_ST_by_name()

int HECMW_result_write_ST_by_name ( char *  name_ID,
struct hecmwST_result_data result,
int  n_node,
int  n_elem,
char *  header,
char *  comment 
)

Definition at line 98 of file hecmw_result.c.

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

◆ HECMW_result_write_txt_by_fname()

int HECMW_result_write_txt_by_fname ( char *  filename)

Definition at line 334 of file hecmw_result_txt_io.c.

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

◆ HECMW_result_write_txt_ST_by_fname()

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.

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