FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_fstr_output_femap.c File Reference
#include "hecmw_fstr_output_femap.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include "hecmw_malloc.h"
#include "hecmw_etype.h"
#include "hecmw_vis_mem_util.h"
#include "hecmw_vis_comm_util.h"
#include "hecmw_vis_endian.h"
#include "hecmw_vis_combine.h"
Include dependency graph for hecmw_fstr_output_femap.c:

Go to the source code of this file.

Functions

void HECMW_fstr_output_femap (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, HECMW_Comm VIS_COMM)
 
int modify_element_information (const struct hecmwST_local_mesh *mesh)
 
void HECMW_avs_output (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, HECMW_Comm VIS_COMM)
 
void HECMW_reorder_avs_output (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, HECMW_Comm VIS_COMM)
 
void HECMW_microavs_output (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, HECMW_Comm VIS_COMM)
 
void HECMW_bin_avs_output (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile, HECMW_Comm VIS_COMM)
 
void HECMW_separate_avs_output (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *outfile)
 

Function Documentation

◆ HECMW_avs_output()

void HECMW_avs_output ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile,
HECMW_Comm  VIS_COMM 
)

Definition at line 1357 of file hecmw_fstr_output_femap.c.

◆ HECMW_bin_avs_output()

void HECMW_bin_avs_output ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile,
HECMW_Comm  VIS_COMM 
)

Definition at line 1387 of file hecmw_fstr_output_femap.c.

◆ HECMW_fstr_output_femap()

void HECMW_fstr_output_femap ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile,
HECMW_Comm  VIS_COMM 
)

Definition at line 201 of file hecmw_fstr_output_femap.c.

◆ HECMW_microavs_output()

void HECMW_microavs_output ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile,
HECMW_Comm  VIS_COMM 
)

Definition at line 1377 of file hecmw_fstr_output_femap.c.

◆ HECMW_reorder_avs_output()

void HECMW_reorder_avs_output ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile,
HECMW_Comm  VIS_COMM 
)

Definition at line 1367 of file hecmw_fstr_output_femap.c.

◆ HECMW_separate_avs_output()

void HECMW_separate_avs_output ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  outfile 
)

Definition at line 1839 of file hecmw_fstr_output_femap.c.

◆ modify_element_information()

int modify_element_information ( const struct hecmwST_local_mesh mesh)

Definition at line 914 of file hecmw_fstr_output_femap.c.