Lines Matching refs:ix
200 PetscInt x, y, z, ix, nnodes; in DMMoab_GenerateVertices_Private() local
226 ix = 0; in DMMoab_GenerateVertices_Private()
230 for (ii = 0; ii < genCtx.blockSizeVertexXYZ[0]; ii++, ix++) { in DMMoab_GenerateVertices_Private()
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()
235 … "Creating vertex with coordinates := %f, %f, %f\n", arrays[0][ix], arrays[1][ix], arrays[2][ix])); in DMMoab_GenerateVertices_Private()
241 gids[ix] = 1 + (x + ii) + (y + jj) * genCtx.NX + (z + kk) * (genCtx.NX * genCtx.NY); in DMMoab_GenerateVertices_Private()
255 PetscInt ix, ie, xe, ye, ze; in DMMoab_GenerateElements_Private() local
297 ix = ie = 0; /* index now in the elements, for global ids */ in DMMoab_GenerateElements_Private()
314 …std::pair<PetscInt, PetscInt> entoffset = DMMoab_SetElementConnectivity_Private(genCtx, ix, corner… in DMMoab_GenerateElements_Private()
326 ix += entoffset.first; in DMMoab_GenerateElements_Private()