FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_read_voxel.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_READ_VOXEL_H_INCLUDED
7 #define HECMW_VIS_READ_VOXEL_H_INCLUDED
8 
9 int read_voxel_file(char *filename, int n_voxel, double *voxel_dxyz,
10  double *voxel_orig_xyz, int *level,
12 
13 #endif /* HECMW_VIS_READ_VOXEL_H_INCLUDED */
voxel_n_neighbor_pe
int * voxel_n_neighbor_pe
Definition: hecmw_vis_pvr_main.c:26
read_voxel_file
int read_voxel_file(char *filename, int n_voxel, double *voxel_dxyz, double *voxel_orig_xyz, int *level, int *voxel_n_neighbor_pe, int **voxel_neighbor_pe)
Definition: hecmw_vis_read_voxel.c:11
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