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

Go to the source code of this file.

Functions

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])
 

Function Documentation

◆ 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 at line 15 of file hecmw_vis_voxel_gen.c.