FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_combine.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef HECMW_VIS_COMBINE_H_INCLUDED
7 #define HECMW_VIS_COMBINE_H_INCLUDED
8 
9 #include <stdio.h>
10 #include "hecmw_struct.h"
11 #include "hecmw_result.h"
12 #include "hecmw_util.h"
13 #include "hecmw_vis_SF_geom.h"
14 
15 void HECMW_vis_combine(struct surface_module *sf,
16  struct hecmwST_local_mesh *mesh,
17  struct hecmwST_result_data *data, int tvertex,
18  int tpatch, int *color_list, double *minvalue,
19  double *maxvalue, Result *result, char *outfile,
20  HECMW_Comm VIS_COMM);
21 void put_neutral_head(FILE *outfp);
22 void put_neutral_601(FILE *outfp, struct hecmwST_local_mesh *mesh);
23 void put_neutral_402(FILE *outfp, struct hecmwST_local_mesh *mesh);
24 void put_neutral_middle(FILE *outfp);
25 void put_neutral_409(FILE *outfp);
26 
27 #endif /* HECMW_VIS_COMBINE_H_INCLUDED */
hecmwST_result_data
Definition: hecmw_result.h:11
hecmw_result.h
hecmwST_local_mesh
Definition: hecmw_struct.h:139
put_neutral_head
void put_neutral_head(FILE *outfp)
Definition: hecmw_vis_combine.c:875
put_neutral_601
void put_neutral_601(FILE *outfp, struct hecmwST_local_mesh *mesh)
Definition: hecmw_vis_combine.c:911
hecmw_struct.h
put_neutral_middle
void put_neutral_middle(FILE *outfp)
Definition: hecmw_vis_combine.c:1044
HECMW_vis_combine
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: hecmw_vis_combine.c:57
surface_module
Definition: hecmw_vis_SF_geom.h:88
data
CNFData data
Definition: neu_reporter.cpp:18
put_neutral_402
void put_neutral_402(FILE *outfp, struct hecmwST_local_mesh *mesh)
Definition: hecmw_vis_combine.c:998
_result_struct
Definition: hecmw_vis_SF_geom.h:170
put_neutral_409
void put_neutral_409(FILE *outfp)
Definition: hecmw_vis_combine.c:1089
HECMW_Comm
MPI_Comm HECMW_Comm
Definition: hecmw_config.h:30
hecmw_util.h
hecmw_vis_SF_geom.h