Searched refs:blockSizeVertexXYZ (Results 1 – 1 of 1) sorted by relevance
13 PetscInt blockSizeVertexXYZ[3]; // Number of element blocks per partition member211 …nnodes = genCtx.blockSizeVertexXYZ[0] * (genCtx.dim > 1 ? genCtx.blockSizeVertexXYZ[1] * (genCtx.d… in DMMoab_GenerateVertices_Private()228 for (kk = 0; kk < (genCtx.dim > 2 ? genCtx.blockSizeVertexXYZ[2] : 1); kk++) { in DMMoab_GenerateVertices_Private()229 for (jj = 0; jj < (genCtx.dim > 1 ? genCtx.blockSizeVertexXYZ[1] : 1); jj++) { in DMMoab_GenerateVertices_Private()230 for (ii = 0; ii < genCtx.blockSizeVertexXYZ[0]; ii++, ix++) { in DMMoab_GenerateVertices_Private()414 genCtx.blockSizeVertexXYZ[0] = genCtx.blockSizeVertexXYZ[1] = genCtx.blockSizeVertexXYZ[2] = 1; in DMMBUtil_InitializeOptions()418 genCtx.blockSizeVertexXYZ[0] = genCtx.q * genCtx.blockSizeElementXYZ[0] + 1; in DMMBUtil_InitializeOptions()419 genCtx.blockSizeVertexXYZ[1] = genCtx.q * genCtx.blockSizeElementXYZ[1] + 1; in DMMBUtil_InitializeOptions()420 genCtx.blockSizeVertexXYZ[2] = genCtx.q * genCtx.blockSizeElementXYZ[2] + 1; in DMMBUtil_InitializeOptions()429 genCtx.ystride = genCtx.blockSizeVertexXYZ[0]; in DMMBUtil_InitializeOptions()[all …]