Home
last modified time | relevance | path

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

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