FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_voxel_gen.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_VOXEL_GEN_H_INCLUDED
7 #define HECMW_VIS_VOXEL_GEN_H_INCLUDED
8 
9 #include "hecmw_util.h"
10 
11 void voxel_gen(double range[6], double c_range[2], int nv[3],
12  double *voxel_dxyz, double *voxel_orig_xyz, int *level,
14  HECMW_Comm VIS_COMM, int vox_on, int display_range_on,
15  double display_range[6]);
16 
17 #endif /* HECMW_VIS_VOXEL_GEN_H_INCLUDED */
voxel_gen
void voxel_gen(double range[6], double c_range[2], int nv[3], double *voxel_dxyz, double *voxel_orig_xyz, int *level, int *voxel_n_neighbor_pe, int **voxel_neighbor_pe, HECMW_Comm VIS_COMM, int vox_on, int display_range_on, double display_range[6])
Definition: hecmw_vis_voxel_gen.c:15
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
voxel_orig_xyz
double * voxel_orig_xyz
Definition: hecmw_vis_pvr_main.c:25
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