Lines Matching refs:blockSizeElementXYZ

14   PetscInt  blockSizeElementXYZ[3];  member
258 … = genCtx.blockSizeElementXYZ[0] * (genCtx.dim > 1 ? genCtx.blockSizeElementXYZ[1] * (genCt… in DMMoab_GenerateElements_Private()
304 xe = m * genCtx.A * genCtx.blockSizeElementXYZ[0] + a * genCtx.blockSizeElementXYZ[0]; in DMMoab_GenerateElements_Private()
305 …ye = (genCtx.dim > 1 ? n * genCtx.B * genCtx.blockSizeElementXYZ[1] + b * genCtx.blockSizeElementX… in DMMoab_GenerateElements_Private()
306 …ze = (genCtx.dim > 2 ? k * genCtx.C * genCtx.blockSizeElementXYZ[2] + c * genCtx.blockSizeElementX… in DMMoab_GenerateElements_Private()
309 for (kk = 0; kk < (genCtx.dim > 2 ? genCtx.blockSizeElementXYZ[2] : 1); kk++) { in DMMoab_GenerateElements_Private()
310 for (jj = 0; jj < (genCtx.dim > 1 ? genCtx.blockSizeElementXYZ[1] : 1); jj++) { in DMMoab_GenerateElements_Private()
311 for (ii = 0; ii < genCtx.blockSizeElementXYZ[0]; ii++) { in DMMoab_GenerateElements_Private()
363 genCtx.blockSizeElementXYZ[0] = genCtx.fraction; in DMMBUtil_InitializeOptions()
364 genCtx.blockSizeElementXYZ[1] = 1; in DMMBUtil_InitializeOptions()
365 genCtx.blockSizeElementXYZ[2] = 1; in DMMBUtil_InitializeOptions()
368 genCtx.blockSizeElementXYZ[0] = nelems; in DMMBUtil_InitializeOptions()
369 genCtx.blockSizeElementXYZ[1] = genCtx.fraction; in DMMBUtil_InitializeOptions()
370 genCtx.blockSizeElementXYZ[2] = 1; in DMMBUtil_InitializeOptions()
374 genCtx.blockSizeElementXYZ[0] = nelems; in DMMBUtil_InitializeOptions()
375 genCtx.blockSizeElementXYZ[1] = nelems; in DMMBUtil_InitializeOptions()
376 genCtx.blockSizeElementXYZ[2] = genCtx.fraction; 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()
422 …genCtx.nex = genCtx.M * genCtx.A * genCtx.blockSizeElementXYZ[0]; /* number of e… in DMMBUtil_InitializeOptions()
426 …genCtx.ney = genCtx.N * genCtx.B * genCtx.blockSizeElementXYZ[1]; /* number of e… in DMMBUtil_InitializeOptions()
430 …genCtx.nez = genCtx.K * genCtx.C * genCtx.blockSizeElementXYZ[2]; /* number of e… 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()
440 …genCtx.nex = genCtx.M * genCtx.A * genCtx.blockSizeElementXYZ[0]; /* number … in DMMBUtil_InitializeOptions()
444 …genCtx.ney = genCtx.N * genCtx.B * genCtx.blockSizeElementXYZ[1]; /* number of e… in DMMBUtil_InitializeOptions()
451 …lockSizeVertexXYZ[0] = genCtx.q * genCtx.blockSizeElementXYZ[0] + 1; in DMMBUtil_InitializeOptions()
453 …genCtx.nex = genCtx.M * genCtx.A * genCtx.blockSizeElementXYZ[0]; /* number of e… in DMMBUtil_InitializeOptions()
469 …FMT ", %" PetscInt_FMT "\n", genCtx.blockSizeElementXYZ[0], genCtx.blockSizeElementXYZ[1], genCtx. in DMMBUtil_InitializeOptions()
563 genCtx.blockSizeElementXYZ[0] = 0; in DMMoabCreateBoxMesh()
564 genCtx.blockSizeElementXYZ[1] = 0; in DMMoabCreateBoxMesh()
565 genCtx.blockSizeElementXYZ[2] = 0; in DMMoabCreateBoxMesh()
569 …d points in x direction", "DMMoabSetSizes", genCtx.blockSizeElementXYZ[0], &genCtx.blockSizeElemen… in DMMoabCreateBoxMesh()
570 …d points in y direction", "DMMoabSetSizes", genCtx.blockSizeElementXYZ[1], &genCtx.blockSizeElemen… in DMMoabCreateBoxMesh()
571 …d points in z direction", "DMMoabSetSizes", genCtx.blockSizeElementXYZ[2], &genCtx.blockSizeElemen… in DMMoabCreateBoxMesh()
600 kl = (genCtx.cumfraction) / genCtx.q / genCtx.blockSizeElementXYZ[2] / genCtx.C; //genCtx.K in DMMoabCreateBoxMesh()