FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_rendering.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_RENDERING_H_INCLUDED
7 #define HECMW_VIS_RENDERING_H_INCLUDED
8 
9 #include "hecmw_struct.h"
10 #include "hecmw_result.h"
11 #include "hecmw_util.h"
12 #include "hecmw_vis_SF_geom.h"
14 
17  struct hecmwST_local_mesh *mesh,
18  struct hecmwST_result_data *data, int tvertex,
19  int tpatch, int *color_list, double *minvalue,
20  double *maxvalue, Result *result,
21  char *outfile, int stat_para[NUM_CONTROL_PSF],
22  HECMW_Comm VIS_COMM, int timestep);
23 
24 #endif /* HECMW_VIS_RENDERING_H_INCLUDED */
hecmwST_result_data
Definition: hecmw_result.h:11
hecmw_result.h
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_struct.h
NUM_CONTROL_PSF
#define NUM_CONTROL_PSF
Definition: hecmw_vis_SF_geom.h:65
hecmw_vis_psf_rendering.h
_rendering_parameter_struct
Definition: hecmw_vis_psf_rendering.h:18
surface_module
Definition: hecmw_vis_SF_geom.h:88
data
CNFData data
Definition: neu_reporter.cpp:18
_result_struct
Definition: hecmw_vis_SF_geom.h:170
HECMW_Comm
MPI_Comm HECMW_Comm
Definition: hecmw_config.h:30
hecmw_util.h
hecmw_vis_SF_geom.h
HECMW_vis_rendering_surface
void HECMW_vis_rendering_surface(struct surface_module *sf, Parameter_rendering *sr, 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, int stat_para[NUM_CONTROL_PSF], HECMW_Comm VIS_COMM, int timestep)
Definition: hecmw_vis_rendering.c:27