Searched refs:startGhostx (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex11.c | 120 …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 D | ex8.c | 125 … 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 D | stag3d.c | 829 …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 …]
|