FrontISTR  5.2.0
Large-scale structural analysis program with finit element method
hecmw_result_txt_io.c File Reference
#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"
Include dependency graph for hecmw_result_txt_io.c:

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

Macro Definition Documentation

◆ DELIM [1/3]

#define DELIM   " \n"

◆ DELIM [2/3]

#define DELIM   " \n"

◆ DELIM [3/3]

#define DELIM   " \n"

Function Documentation

◆ 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.

◆ 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.