Home
last modified time | relevance | path

Searched defs:ighost (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
472 const PetscInt ighost = stag->nGhost[0] - ghostOffsetEnd[0]; in DMSetUp_Stag_2d() local
495 const PetscInt ighost = stag->nGhost[0] - ghostOffsetEnd[0] + i; in DMSetUp_Stag_2d() local
543 const PetscInt ighost = i + ghostOffsetStart[0]; in DMSetUp_Stag_2d() local
550 const PetscInt ighost = i + ghostOffsetStart[0]; in DMSetUp_Stag_2d() local
566 const PetscInt ighost = i + ghostOffsetStart[0]; in DMSetUp_Stag_2d() local
573 const PetscInt ighost = i + ghostOffsetStart[0]; in DMSetUp_Stag_2d() local
593 const PetscInt ighost = stag->nGhost[0] - ghostOffsetEnd[0] + i; in DMSetUp_Stag_2d() local
604 const PetscInt ighost = stag->nGhost[0] - ghostOffsetEnd[0] + i; in DMSetUp_Stag_2d() local
651 const PetscInt ighost = stag->nGhost[0] - ghostOffsetEnd[0]; in DMSetUp_Stag_2d() local
[all …]
H A Dstag3d.c1652 …PetscInt d, count, ighost, jghost, kghost, ghostOffsetStart[3], ghostOffsetEnd[3], ent… in DMStagSetUpBuildL2G_3d() local