FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_mesh_extent.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_MESH_EXTENT_H_INCLUDED
7 #define HECMW_VIS_MESH_EXTENT_H_INCLUDED
8 
9 #include "hecmw_struct.h"
10 #include "hecmw_util.h"
11 
12 int calc_extent(struct hecmwST_local_mesh *mesh, double *extent);
13 int calc_voxel_level(int n_voxel, struct hecmwST_local_mesh *mesh,
14  double *voxel_dxyz, double *voxel_orig_xyz, double *extent,
15  int *level, HECMW_Comm VIS_COMM);
16 
17 #endif /* HECMW_VIS_MESH_EXTENT_H_INCLUDED */
calc_voxel_level
int calc_voxel_level(int n_voxel, struct hecmwST_local_mesh *mesh, double *voxel_dxyz, double *voxel_orig_xyz, double *extent, int *level, HECMW_Comm VIS_COMM)
Definition: hecmw_vis_mesh_extent.c:47
hecmwST_local_mesh
Definition: hecmw_struct.h:139
voxel_dxyz
double * voxel_dxyz
Definition: hecmw_vis_pvr_main.c:25
level
int * level
Definition: hecmw_vis_pvr_main.c:26
hecmw_struct.h
voxel_orig_xyz
double * voxel_orig_xyz
Definition: hecmw_vis_pvr_main.c:25
extent
double * extent
Definition: hecmw_vis_pvr_main.c:27
calc_extent
int calc_extent(struct hecmwST_local_mesh *mesh, double *extent)
Definition: hecmw_vis_mesh_extent.c:11
HECMW_Comm
MPI_Comm HECMW_Comm
Definition: hecmw_config.h:30
hecmw_util.h