Home
last modified time | relevance | path

Searched refs:jghost (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
443 for (jghost = 0; jghost < ghostOffsetStart[1]; ++jghost) { in DMSetUp_Stag_2d()
444 const PetscInt j = nNeighbor[1] - ghostOffsetStart[1] + jghost; in DMSetUp_Stag_2d()
449 … idxLocal[count] = jghost * entriesPerElementRowGhost + ighost * stag->entriesPerElement + d; in DMSetUp_Stag_2d()
462 for (jghost = 0; jghost < ghostOffsetStart[1]; ++jghost) { in DMSetUp_Stag_2d()
463 const PetscInt j = nNeighbor[1] - ghostOffsetStart[1] + jghost; in DMSetUp_Stag_2d()
468 … idxLocal[count] = jghost * entriesPerElementRowGhost + ighost * stag->entriesPerElement + d; in DMSetUp_Stag_2d()
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()
492 for (jghost = 0; jghost < ghostOffsetStart[1]; ++jghost) { in DMSetUp_Stag_2d()
[all …]
H A Dstag3d.c1652 …PetscInt d, count, ighost, jghost, kghost, ghostOffsetStart[3], ghostOffsetEnd[3], ent… in DMStagSetUpBuildL2G_3d() local
1811 for (jghost = 0; jghost < ghostOffsetStart[1]; ++jghost) { in DMStagSetUpBuildL2G_3d()
1812 …const PetscInt j = nNeighbors[1][1] - ghostOffsetStart[1] + jghost; /* Note: this is the same valu… in DMStagSetUpBuildL2G_3d()
1879 for (jghost = 0; jghost < ghostOffsetStart[1]; ++jghost) { in DMStagSetUpBuildL2G_3d()
1888 for (jghost = ghostOffsetStart[1]; jghost < stag->nGhost[1] - ghostOffsetEnd[1]; ++jghost) { in DMStagSetUpBuildL2G_3d()
1889 const PetscInt j = jghost - ghostOffsetStart[1]; in DMStagSetUpBuildL2G_3d()
2148 for (jghost = 0; jghost < stag->nGhost[1]; ++jghost) { in DMStagSetUpBuildL2G_3d()
2163 for (jghost = 0; jghost < ghostOffsetStart[1]; ++jghost) { in DMStagSetUpBuildL2G_3d()
2164 …const PetscInt j = nNeighbors[10][1] - ghostOffsetStart[1] + jghost; /* down neighbor (10) always … in DMStagSetUpBuildL2G_3d()
2237 for (jghost = 0; jghost < ghostOffsetStart[1]; ++jghost) { in DMStagSetUpBuildL2G_3d()
[all …]