FrontISTR  5.7.1
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 */
MPI_Comm HECMW_Comm
Definition: hecmw_config.h:30
void put_neutral_middle(FILE *outfp)
void put_neutral_409(FILE *outfp)
void put_neutral_402(FILE *outfp, struct hecmwST_local_mesh *mesh)
void put_neutral_head(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)
void put_neutral_601(FILE *outfp, struct hecmwST_local_mesh *mesh)
CNFData data