Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagstencil.c393 const PetscInt eLocal = pos[idx].i - stag->startGhost[0]; in DMStagStencilToIndexLocal() local
395 ix[idx] = eLocal * epe + stag->locationOffsets[pos[idx].loc] + pos[idx].c; in DMStagStencilToIndexLocal()
403 const PetscInt eLocal = eLocalx + epr * eLocaly; in DMStagStencilToIndexLocal() local
405 ix[idx] = eLocal * epe + stag->locationOffsets[pos[idx].loc] + pos[idx].c; in DMStagStencilToIndexLocal()
415 const PetscInt eLocal = epl * eLocalz + epr * eLocaly + eLocalx; in DMStagStencilToIndexLocal() local
417 ix[idx] = eLocal * epe + stag->locationOffsets[pos[idx].loc] + pos[idx].c; in DMStagStencilToIndexLocal()