Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex11.c120 …ty, nx, ny, nExtrax, nExtray, ex, ey, idxP, idxUx, idxUy, startGhostx, startGhosty, nGhostx, nGhos… in ApplyOperator() local
130 PetscCall(DMStagGetGhostCorners(dm, &startGhostx, &startGhosty, NULL, &nGhostx, &nGhosty, NULL)); in ApplyOperator()
H A Dex8.c125 … nExtray, nExtraz, ex, ey, ez, idxP, idxUx, idxUy, idxUz, startGhostx, startGhosty, startGhostz, n… in ApplyOperator() local
135 …PetscCall(DMStagGetGhostCorners(dm, &startGhostx, &startGhosty, &startGhostz, &nGhostx, &nGhosty, … in ApplyOperator()
/petsc/src/dm/impls/stag/
H A Dstag3d.c829 …artx, PetscInt starty, PetscInt startz, PetscInt startGhostx, PetscInt startGhosty, PetscInt start… in DMStagSetUpBuildScatterPopulateIdx_3d() argument
837 for (jg = startGhosty; jg < endGhosty; ++jg) { in DMStagSetUpBuildScatterPopulateIdx_3d()
838 const PetscInt j = jg - startGhosty + starty; in DMStagSetUpBuildScatterPopulateIdx_3d()
873 const PetscInt j = endGhosty - startGhosty + starty; in DMStagSetUpBuildScatterPopulateIdx_3d()
912 for (jg = startGhosty; jg < endGhosty; ++jg) { in DMStagSetUpBuildScatterPopulateIdx_3d()
913 const PetscInt j = jg - startGhosty + starty; in DMStagSetUpBuildScatterPopulateIdx_3d()
938 const PetscInt j = endGhosty - startGhosty + starty; in DMStagSetUpBuildScatterPopulateIdx_3d()