Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag3d.c829 …scInt startGhostx, PetscInt startGhosty, PetscInt startGhostz, PetscInt endGhostx, PetscInt endGho… in DMStagSetUpBuildScatterPopulateIdx_3d() argument
839 for (ig = startGhostx; ig < endGhostx; ++ig) { in DMStagSetUpBuildScatterPopulateIdx_3d()
848 const PetscInt i = endGhostx - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
849 ig = endGhostx; in DMStagSetUpBuildScatterPopulateIdx_3d()
875 for (ig = startGhostx; ig < endGhostx; ++ig) { in DMStagSetUpBuildScatterPopulateIdx_3d()
894 const PetscInt i = endGhostx - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
895 ig = endGhostx; in DMStagSetUpBuildScatterPopulateIdx_3d()
914 for (ig = startGhostx; ig < endGhostx; ++ig) { in DMStagSetUpBuildScatterPopulateIdx_3d()
923 const PetscInt i = endGhostx - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
924 ig = endGhostx; in DMStagSetUpBuildScatterPopulateIdx_3d()
[all …]