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