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_SURFACE_MAIN_H_INCLUDED
7 #define HECMW_VIS_SURFACE_MAIN_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"
13 #include "hecmw_vis_psf_rendering.h"
14 
15 void HECMW_vis_psf_rendering(struct hecmwST_local_mesh *mesh,
16                              struct hecmwST_result_data *data, int *timestep,
17                              struct surface_module *sf, Parameter_rendering *sr,
18                              int stat_para[NUM_CONTROL_PSF], char *outfile1, char *body,
19                              HECMW_Comm VIS_COMM);
20 
21 #endif /* HECMW_VIS_SURFACE_MAIN_H_INCLUDED */
22