Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbutil.cxx15 PetscReal xyzbounds[6]; // the physical size of the domain member
232 arrays[0][ix] = (x + ii) * genCtx.dx + genCtx.xyzbounds[0]; in DMMoab_GenerateVertices_Private()
233 arrays[1][ix] = (y + jj) * genCtx.dy + genCtx.xyzbounds[2]; in DMMoab_GenerateVertices_Private()
234 arrays[2][ix] = (z + kk) * genCtx.dz + genCtx.xyzbounds[4]; in DMMoab_GenerateVertices_Private()
384 for (PetscInt i = 0; i < 6; i++) genCtx.xyzbounds[i] = bounds[i]; in DMMBUtil_InitializeOptions()
386 genCtx.xyzbounds[0] = genCtx.xyzbounds[2] = genCtx.xyzbounds[4] = 0.0; in DMMBUtil_InitializeOptions()
387 genCtx.xyzbounds[1] = genCtx.xyzbounds[3] = genCtx.xyzbounds[5] = 1.0; in DMMBUtil_InitializeOptions()
423 …genCtx.dx = (genCtx.xyzbounds[1] - genCtx.xyzbounds[0]) / (nelems * genCtx.q); /* distance be… in DMMBUtil_InitializeOptions()
427 …genCtx.dy = (genCtx.xyzbounds[3] - genCtx.xyzbounds[2]) / (nelems * genCtx.q); /* distance be… in DMMBUtil_InitializeOptions()
431 …genCtx.dz = (genCtx.xyzbounds[5] - genCtx.xyzbounds[4]) / (nelems * genCtx.q); /* distance be… in DMMBUtil_InitializeOptions()
[all …]