![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
#include "hecmw_vis_combine.h"#include <stdlib.h>#include <string.h>#include <math.h>#include "hecmw_vis_comm_util.h"#include "hecmw_vis_mem_util.h"#include "hecmw_vis_generate_histogram_sf.h"#include "hecmw_malloc.h"Go to the source code of this file.
Functions | |
| void | HECMW_vis_combine (struct surface_module *sf, struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, int tvertex, int tpatch, int *color_list, double *minvalue, double *maxvalue, Result *result, char *outfile, HECMW_Comm VIS_COMM) |
| void | put_neutral_head (FILE *outfp) |
| void | put_neutral_601 (FILE *outfp, struct hecmwST_local_mesh *mesh) |
| void | put_neutral_402 (FILE *outfp, struct hecmwST_local_mesh *mesh) |
| void | put_neutral_middle (FILE *outfp) |
| void | put_neutral_409 (FILE *outfp) |
| void HECMW_vis_combine | ( | struct surface_module * | sf, |
| struct hecmwST_local_mesh * | mesh, | ||
| struct hecmwST_result_data * | data, | ||
| int | tvertex, | ||
| int | tpatch, | ||
| int * | color_list, | ||
| double * | minvalue, | ||
| double * | maxvalue, | ||
| Result * | result, | ||
| char * | outfile, | ||
| HECMW_Comm | VIS_COMM | ||
| ) |
Definition at line 57 of file hecmw_vis_combine.c.
| void put_neutral_402 | ( | FILE * | outfp, |
| struct hecmwST_local_mesh * | mesh | ||
| ) |
Definition at line 998 of file hecmw_vis_combine.c.
| void put_neutral_409 | ( | FILE * | outfp | ) |
Definition at line 1089 of file hecmw_vis_combine.c.
| void put_neutral_601 | ( | FILE * | outfp, |
| struct hecmwST_local_mesh * | mesh | ||
| ) |
Definition at line 911 of file hecmw_vis_combine.c.
| void put_neutral_head | ( | FILE * | outfp | ) |
Definition at line 875 of file hecmw_vis_combine.c.
| void put_neutral_middle | ( | FILE * | outfp | ) |
Definition at line 1044 of file hecmw_vis_combine.c.