![]() |
FrontISTR
5.8.0
Large-scale structural analysis program with finit element method
|
#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"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) |
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| int modify_element_information | ( | const struct hecmwST_local_mesh * | mesh | ) |
Definition at line 914 of file hecmw_fstr_output_femap.c.