FrontISTR  5.7.1
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 */
int ** voxel_neighbor_pe
int * voxel_n_neighbor_pe
double * voxel_dxyz
double * voxel_orig_xyz
int * level
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)