Home
last modified time | relevance | path

Searched defs:jghost (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstag2d.c389 PetscInt jghost, ighost; in DMSetUp_Stag_2d() local
523 const PetscInt jghost = stag->nGhost[1] - ghostOffsetEnd[1]; in DMSetUp_Stag_2d() local
541 const PetscInt jghost = j + ghostOffsetStart[1]; in DMSetUp_Stag_2d() local
563 const PetscInt jghost = j + ghostOffsetStart[1]; in DMSetUp_Stag_2d() local
601 const PetscInt jghost = stag->nGhost[1] - ghostOffsetEnd[1]; in DMSetUp_Stag_2d() local
622 const PetscInt jghost = stag->nGhost[1] - ghostOffsetEnd[1] + j; in DMSetUp_Stag_2d() local
642 const PetscInt jghost = stag->nGhost[1] - ghostOffsetEnd[1] + j; in DMSetUp_Stag_2d() local
674 const PetscInt jghost = stag->nGhost[1] - ghostOffsetEnd[1] + j; in DMSetUp_Stag_2d() local
1187 const PetscInt jghost = j + ghostOffsetStart[1]; in DMStagPopulateLocalToGlobalInjective_2d() local
1209 const PetscInt jghost = j + ghostOffsetStart[1]; in DMStagPopulateLocalToGlobalInjective_2d() local
H A Dstag3d.c1652 …PetscInt d, count, ighost, jghost, kghost, ghostOffsetStart[3], ghostOffsetEnd[3], ent… in DMStagSetUpBuildL2G_3d() local