Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag2d.c389 PetscInt jghost, ighost; in DMSetUp_Stag_2d() local
445 for (ighost = 0; ighost < ghostOffsetStart[0]; ++ighost) { in DMSetUp_Stag_2d()
446 const PetscInt i = nNeighbor[0] - ghostOffsetStart[0] + ighost; in DMSetUp_Stag_2d()
449 … idxLocal[count] = jghost * entriesPerElementRowGhost + ighost * stag->entriesPerElement + d; in DMSetUp_Stag_2d()
464 for (ighost = ghostOffsetStart[0]; ighost < stag->nGhost[0] - ghostOffsetEnd[0]; ++ighost) { in DMSetUp_Stag_2d()
465 const PetscInt i = ighost - ghostOffsetStart[0]; in DMSetUp_Stag_2d()
468 … idxLocal[count] = jghost * entriesPerElementRowGhost + ighost * stag->entriesPerElement + d; in DMSetUp_Stag_2d()
472 const PetscInt ighost = stag->nGhost[0] - ghostOffsetEnd[0]; in DMSetUp_Stag_2d() local
476 … idxLocal[count] = jghost * entriesPerElementRowGhost + ighost * stag->entriesPerElement + d; in DMSetUp_Stag_2d()
480 …idxLocal[count] = jghost * entriesPerElementRowGhost + ighost * stag->entriesPerElement + stag->d… in DMSetUp_Stag_2d()
[all …]
H A Dstag3d.c1652 …PetscInt d, count, ighost, jghost, kghost, ghostOffsetStart[3], ghostOffsetEnd[3], ent… in DMStagSetUpBuildL2G_3d() local
1817 for (ighost = 0; ighost < ghostOffsetStart[0]; ++ighost) { in DMStagSetUpBuildL2G_3d()
1818 const PetscInt i = nNeighbors[neighbor][0] - ghostOffsetStart[0] + ighost; in DMStagSetUpBuildL2G_3d()
1822 for (ighost = 0; ighost < ghostOffsetStart[0]; ++ighost) { in DMStagSetUpBuildL2G_3d()
1830 … for (ighost = ghostOffsetStart[0]; ighost < stag->nGhost[0] - ghostOffsetEnd[0]; ++ighost) { in DMStagSetUpBuildL2G_3d()
1831 const PetscInt i = ighost - ghostOffsetStart[0]; in DMStagSetUpBuildL2G_3d()
1880 for (ighost = 0; ighost < stag->nGhost[0]; ++ighost) { in DMStagSetUpBuildL2G_3d()
1894 for (ighost = 0; ighost < ghostOffsetStart[0]; ++ighost) { in DMStagSetUpBuildL2G_3d()
1895 const PetscInt i = nNeighbors[neighbor][0] - ghostOffsetStart[0] + ighost; in DMStagSetUpBuildL2G_3d()
1899 for (ighost = 0; ighost < ghostOffsetStart[0]; ++ighost) { in DMStagSetUpBuildL2G_3d()
[all …]