Searched refs:NX (Results 1 – 2 of 2) sorted by relevance
20 PetscInt NX, NY, NZ, nex, ney, nez; member241 gids[ix] = 1 + (x + ii) + (y + jj) * genCtx.NX + (z + kk) * (genCtx.NX * genCtx.NY); in DMMoab_GenerateVertices_Private()412 genCtx.NX = genCtx.NY = genCtx.NZ = 0; in DMMBUtil_InitializeOptions()424 genCtx.NX = (genCtx.q * genCtx.nex + 1); in DMMBUtil_InitializeOptions()442 genCtx.NX = (genCtx.q * genCtx.nex + 1); in DMMBUtil_InitializeOptions()455 genCtx.NX = (genCtx.q * genCtx.nex + 1); in DMMBUtil_InitializeOptions()
76 #define NX 2 macro