Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagstencil.c401 const PetscInt eLocalx = pos[idx].i - stag->startGhost[0]; in DMStagStencilToIndexLocal() local
403 const PetscInt eLocal = eLocalx + epr * eLocaly; in DMStagStencilToIndexLocal()
412 const PetscInt eLocalx = pos[idx].i - stag->startGhost[0]; in DMStagStencilToIndexLocal() local
415 const PetscInt eLocal = epl * eLocalz + epr * eLocaly + eLocalx; in DMStagStencilToIndexLocal()