Lines Matching refs:blockSizeVertexXYZ

13   PetscInt  blockSizeVertexXYZ[3]; // Number of element blocks per partition  member
211 …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()
433 genCtx.zstride = genCtx.blockSizeVertexXYZ[0] * genCtx.blockSizeVertexXYZ[1]; in DMMBUtil_InitializeOptions()
436 genCtx.blockSizeVertexXYZ[0] = genCtx.q * genCtx.blockSizeElementXYZ[0] + 1; in DMMBUtil_InitializeOptions()
437 genCtx.blockSizeVertexXYZ[1] = genCtx.q * genCtx.blockSizeElementXYZ[1] + 1; in DMMBUtil_InitializeOptions()
438 genCtx.blockSizeVertexXYZ[2] = 0; in DMMBUtil_InitializeOptions()
447 genCtx.ystride = genCtx.blockSizeVertexXYZ[0]; in DMMBUtil_InitializeOptions()
450 genCtx.blockSizeVertexXYZ[1] = genCtx.blockSizeVertexXYZ[2] = 0; in DMMBUtil_InitializeOptions()
451 …genCtx.blockSizeVertexXYZ[0] = genCtx.q * genCtx.blockSizeElementXY… in DMMBUtil_InitializeOptions()
470 …_FMT ", %" PetscInt_FMT "\n", genCtx.blockSizeVertexXYZ[0], genCtx.blockSizeVertexXYZ[1], genCtx.b… in DMMBUtil_InitializeOptions()