FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_ucd_trans.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_UCD_TRANS_H_INCLUDED
7 #define HECMW_VIS_UCD_TRANS_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 
14 void transform_ucd_pvr(struct hecmwST_result_data *data, double *node1,
15  struct hecmwST_local_mesh *mesh, Parameter_vr *vr,
16  int my_rank, int pe_size, HECMW_Comm VIS_COMM,
17  double *voxel_dxyz, double *voxel_orig_xyz, int *level,
19  int voxel_on, int display_range_on, int init_flag,
20  int num_of_pvr);
21 
22 #endif /* HECMW_VIS_UCD_TRANS_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
voxel_n_neighbor_pe
int * voxel_n_neighbor_pe
Definition: hecmw_vis_pvr_main.c:26
voxel_dxyz
double * voxel_dxyz
Definition: hecmw_vis_pvr_main.c:25
level
int * level
Definition: hecmw_vis_pvr_main.c:26
transform_ucd_pvr
void transform_ucd_pvr(struct hecmwST_result_data *data, double *node1, struct hecmwST_local_mesh *mesh, Parameter_vr *vr, int my_rank, int pe_size, HECMW_Comm VIS_COMM, double *voxel_dxyz, double *voxel_orig_xyz, int *level, int *voxel_n_neighbor_pe, int **voxel_neighbor_pe, int voxel_on, int display_range_on, int init_flag, int num_of_pvr)
Definition: hecmw_vis_ucd_trans.c:17
hecmw_struct.h
voxel_orig_xyz
double * voxel_orig_xyz
Definition: hecmw_vis_pvr_main.c:25
data
CNFData data
Definition: neu_reporter.cpp:18
voxel_neighbor_pe
int ** voxel_neighbor_pe
Definition: hecmw_vis_pvr_main.c:26
HECMW_Comm
MPI_Comm HECMW_Comm
Definition: hecmw_config.h:30
hecmw_util.h