Home
last modified time | relevance | path

Searched refs:voxel_n_neighbor_pe (Results 1 – 9 of 9) sorted by relevance

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/visualizer/
H A Dhecmw_vis_read_voxel.c13 int *voxel_n_neighbor_pe, int **voxel_neighbor_pe) { in read_voxel_file() argument
28 ret = fscanf(fp, "%d", &voxel_n_neighbor_pe[j]); in read_voxel_file()
31 for (i = 0; i < voxel_n_neighbor_pe[j]; i++) { in read_voxel_file()
H A Dhecmw_vis_voxel_gen.c17 int *voxel_n_neighbor_pe, int **voxel_neighbor_pe, in voxel_gen() argument
181 voxel_n_neighbor_pe[k * nv[1] * nv[0] + j * nv[0] + i] = num_neipe; in voxel_gen()
206 HECMW_Send(&(voxel_n_neighbor_pe[j]), 1, HECMW_INT, i, 0, VIS_COMM); in voxel_gen()
207 if (voxel_n_neighbor_pe[j] > 0) in voxel_gen()
234 HECMW_Recv(&(voxel_n_neighbor_pe[j]), 1, HECMW_INT, 0, HECMW_ANY_TAG, in voxel_gen()
236 if (voxel_n_neighbor_pe[j] > 0) { in voxel_gen()
H A Dhecmw_vis_read_voxel.h11 int *voxel_n_neighbor_pe, int **voxel_neighbor_pe);
H A Dhecmw_vis_voxel_gen.h13 int *voxel_n_neighbor_pe, int **voxel_neighbor_pe,
H A Dhecmw_vis_new_refine.h15 int *voxel_n_neighbor_pe, int **voxel_neighbor_pe,
H A Dhecmw_vis_ucd_trans.h18 int *voxel_n_neighbor_pe, int **voxel_neighbor_pe,
H A Dhecmw_vis_ucd_trans.c21 int *voxel_n_neighbor_pe, int **voxel_neighbor_pe, in transform_ucd_pvr() argument
180 voxel_n_neighbor_pe, voxel_neighbor_pe, VIS_COMM, voxel_on, in transform_ucd_pvr()
H A Dhecmw_vis_pvr_main.c26 int *level, *voxel_n_neighbor_pe, **voxel_neighbor_pe; variable
159 voxel_n_neighbor_pe = (int *)HECMW_calloc(pesize, sizeof(int)); in HECMW_vis_pvr_rendering()
162 (voxel_n_neighbor_pe == NULL) || (voxel_neighbor_pe == NULL)) in HECMW_vis_pvr_rendering()
177 level, voxel_n_neighbor_pe, voxel_neighbor_pe); in HECMW_vis_pvr_rendering()
184 voxel_orig_xyz, level, voxel_n_neighbor_pe, in HECMW_vis_pvr_rendering()
289 voxel_n_neighbor_pe, voxel_neighbor_pe, extent, mynode, VIS_COMM, in HECMW_vis_pvr_rendering()
1215 HECMW_free(voxel_n_neighbor_pe); in HECMW_vis_pvr_rendering()
H A Dhecmw_vis_new_refine.c402 int *voxel_n_neighbor_pe, int **voxel_neighbor_pe, in refinement() argument
434 for (m2 = 0; m2 < voxel_n_neighbor_pe[m1]; m2++) { in refinement()