Searched refs:ghostOffsetEnd (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag3d.c | 964 …PetscInt d, ghostOffsetStart[3], ghostOffsetEnd[3], entriesPerCorner, entriesPerEdge, entrie… in DMStagSetUpBuildScatter_3d() local 999 …for (d = 0; d < 3; ++d) ghostOffsetEnd[d] = stag->startGhost[d] + stag->nGhost[d] - (stag->start[d… in DMStagSetUpBuildScatter_3d() 1024 …tag->nGhost[d] - (dummyStart[d] ? ghostOffsetStart[d] : 0) - (dummyEnd[d] ? ghostOffsetEnd[d] : 0); in DMStagSetUpBuildScatter_3d() 1093 const PetscInt endGhost0 = stag->nGhost[0] - ghostOffsetEnd[0]; in DMStagSetUpBuildScatter_3d() 1111 const PetscInt startGhost0 = stag->nGhost[0] - ghostOffsetEnd[0]; in DMStagSetUpBuildScatter_3d() 1136 const PetscInt endGhost1 = stag->nGhost[1] - ghostOffsetEnd[1]; in DMStagSetUpBuildScatter_3d() 1156 const PetscInt endGhost0 = stag->nGhost[0] - ghostOffsetEnd[0]; in DMStagSetUpBuildScatter_3d() 1157 const PetscInt endGhost1 = stag->nGhost[1] - ghostOffsetEnd[1]; in DMStagSetUpBuildScatter_3d() 1174 const PetscInt startGhost0 = stag->nGhost[0] - ghostOffsetEnd[0]; in DMStagSetUpBuildScatter_3d() 1178 const PetscInt endGhost1 = stag->nGhost[1] - ghostOffsetEnd[1]; in DMStagSetUpBuildScatter_3d() [all …]
|
| H A D | stag2d.c | 387 …PetscInt count, countAll, entriesToTransferTotal, i, j, d, ghostOffsetStart[2], ghostOffsetEnd[2]; in DMSetUp_Stag_2d() local 410 …for (d = 0; d < 2; ++d) ghostOffsetEnd[d] = stag->startGhost[d] + stag->nGhost[d] - (stag->start[d… in DMSetUp_Stag_2d() 418 …tag->nGhost[d] - (dummyStart[d] ? ghostOffsetStart[d] : 0) - (dummyEnd[d] ? ghostOffsetEnd[d] : 0); in DMSetUp_Stag_2d() 464 for (ighost = ghostOffsetStart[0]; ighost < stag->nGhost[0] - ghostOffsetEnd[0]; ++ighost) { in DMSetUp_Stag_2d() 472 const PetscInt ighost = stag->nGhost[0] - ghostOffsetEnd[0]; in DMSetUp_Stag_2d() 494 for (i = 0; i < ghostOffsetEnd[0]; ++i) { in DMSetUp_Stag_2d() 495 const PetscInt ighost = stag->nGhost[0] - ghostOffsetEnd[0] + i; in DMSetUp_Stag_2d() 512 for (jghost = ghostOffsetStart[1]; jghost < stag->nGhost[1] - ghostOffsetEnd[1]; ++jghost) { in DMSetUp_Stag_2d() 523 const PetscInt jghost = stag->nGhost[1] - ghostOffsetEnd[1]; in DMSetUp_Stag_2d() 590 for (jghost = ghostOffsetStart[1]; jghost < stag->nGhost[1] - ghostOffsetEnd[1]; ++jghost) { in DMSetUp_Stag_2d() [all …]
|
| H A D | stag1d.c | 281 … PetscInt i, iLocal, d, entriesToTransferTotal, ghostOffsetStart, ghostOffsetEnd, nNonDummyGhost; in DMSetUp_Stag_1d() local 288 ghostOffsetEnd = stag->startGhost[0] + stag->nGhost[0] - (stag->start[0] + stag->n[0]); in DMSetUp_Stag_1d() 289 …nNonDummyGhost = stag->nGhost[0] - (stag->lastRank[0] ? ghostOffsetEnd : 0) - (stag->firstRank[0… in DMSetUp_Stag_1d() 323 iLocal = (stag->nGhost[0] - ghostOffsetEnd); in DMSetUp_Stag_1d() 397 iLocal = (stag->nGhost[0] - ghostOffsetEnd); in DMSetUp_Stag_1d() 406 for (iLocal = stag->nGhost[0] - ghostOffsetEnd + 1; iLocal < stag->nGhost[0]; ++iLocal) { in DMSetUp_Stag_1d()
|