Searched refs:ighost (Results 1 – 2 of 2) sorted by relevance
389 PetscInt jghost, ighost; in DMSetUp_Stag_2d() local445 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() local476 … 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 …]
1652 …PetscInt d, count, ighost, jghost, kghost, ghostOffsetStart[3], ghostOffsetEnd[3], ent… in DMStagSetUpBuildL2G_3d() local1817 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 …]