FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_vis_mesh_extent.c File Reference
#include "hecmw_vis_mesh_extent.h"
#include <stdlib.h>
#include "hecmw_malloc.h"
Include dependency graph for hecmw_vis_mesh_extent.c:

Go to the source code of this file.

Functions

int calc_extent (struct hecmwST_local_mesh *mesh, double *extent)
 
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)
 

Function Documentation

◆ calc_extent()

int calc_extent ( struct hecmwST_local_mesh mesh,
double *  extent 
)

Definition at line 11 of file hecmw_vis_mesh_extent.c.

◆ 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 at line 47 of file hecmw_vis_mesh_extent.c.