Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex11.c120 …PetscInt startx, starty, nx, ny, nExtrax, nExtray, ex, ey, idxP, idxUx, idxUy, startGhostx, … in ApplyOperator() local
130 PetscCall(DMStagGetGhostCorners(dm, &startGhostx, &startGhosty, NULL, &nGhostx, &nGhosty, NULL)); in ApplyOperator()
H A Dex8.c125 … nz, nExtrax, nExtray, nExtraz, ex, ey, ez, idxP, idxUx, idxUy, idxUz, startGhostx, startGhosty, s… in ApplyOperator() local
135 …PetscCall(DMStagGetGhostCorners(dm, &startGhostx, &startGhosty, &startGhostz, &nGhostx, &nGhosty, … in ApplyOperator()
/petsc/src/dm/impls/stag/
H A Dstag3d.c829 …balOffset, PetscInt startx, PetscInt starty, PetscInt startz, PetscInt startGhostx, PetscInt start… in DMStagSetUpBuildScatterPopulateIdx_3d() argument
839 for (ig = startGhostx; ig < endGhostx; ++ig) { in DMStagSetUpBuildScatterPopulateIdx_3d()
840 const PetscInt i = ig - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
848 const PetscInt i = endGhostx - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
875 for (ig = startGhostx; ig < endGhostx; ++ig) { in DMStagSetUpBuildScatterPopulateIdx_3d()
876 const PetscInt i = ig - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
894 const PetscInt i = endGhostx - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
914 for (ig = startGhostx; ig < endGhostx; ++ig) { in DMStagSetUpBuildScatterPopulateIdx_3d()
915 const PetscInt i = ig - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
923 const PetscInt i = endGhostx - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
[all …]