FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_pvr_main.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_PVR_MAIN_H_INCLUDED
7 #define HECMW_VIS_PVR_MAIN_H_INCLUDED
8 
9 #include "hecmw_struct.h"
10 #include "hecmw_result.h"
11 #include "hecmw_util.h"
12 #include "hecmw_vis_ray_trace.h"
13 
15  struct hecmwST_result_data *data, int *timestep,
16  int *init_flag, int num_of_pvr, Parameter_vr *vr,
17  int stat_para[NUM_CONTROL_PVR], char *outfile,
18  HECMW_Comm VIS_COMM);
19 
20 #endif /* HECMW_VIS_PVR_MAIN_H_INCLUDED */
hecmwST_result_data
Definition: hecmw_result.h:11
hecmw_vis_ray_trace.h
_vr_parameter_struct
Definition: hecmw_vis_ray_trace.h:56
hecmw_result.h
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_struct.h
NUM_CONTROL_PVR
#define NUM_CONTROL_PVR
Definition: hecmw_vis_ray_trace.h:53
data
CNFData data
Definition: neu_reporter.cpp:18
HECMW_Comm
MPI_Comm HECMW_Comm
Definition: hecmw_config.h:30
HECMW_vis_pvr_rendering
void HECMW_vis_pvr_rendering(struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, int *timestep, int *init_flag, int num_of_pvr, Parameter_vr *vr, int stat_para[NUM_CONTROL_PVR], char *outfile, HECMW_Comm VIS_COMM)
Definition: hecmw_vis_pvr_main.c:29
hecmw_util.h