Home
last modified time | relevance | path

Searched refs:NX (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbutil.cxx20 PetscInt NX, NY, NZ, nex, ney, nez; member
241 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()
/petsc/src/ksp/pc/impls/tfs/
H A Dtfs.h76 #define NX 2 macro