Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex8.c125 …traz, ex, ey, ez, idxP, idxUx, idxUy, idxUz, startGhostx, startGhosty, startGhostz, nGhostx, nGhos… in ApplyOperator() local
135 …PetscCall(DMStagGetGhostCorners(dm, &startGhostx, &startGhosty, &startGhostz, &nGhostx, &nGhosty, … in ApplyOperator()
/petsc/src/dm/impls/stag/
H A Dstag3d.c829 … PetscInt startz, PetscInt startGhostx, PetscInt startGhosty, PetscInt startGhostz, PetscInt endGh… in DMStagSetUpBuildScatterPopulateIdx_3d() argument
835 for (kg = startGhostz; kg < endGhostz; ++kg) { in DMStagSetUpBuildScatterPopulateIdx_3d()
836 const PetscInt k = kg - startGhostz + startz; in DMStagSetUpBuildScatterPopulateIdx_3d()
910 const PetscInt k = endGhostz - startGhostz + startz; in DMStagSetUpBuildScatterPopulateIdx_3d()