Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag2d.c1249 …PetscInt i, j, d, count, leftGhostElements, downGhostElements, entriesPerRowGhost, iOffset, … in DMStagPopulateLocalToLocal2d_Internal() local
1257 leftGhostElements = stag->start[0] - stag->startGhost[0]; in DMStagPopulateLocalToLocal2d_Internal()
1268 iOffset = stag->entriesPerElement * (leftGhostElements + i); in DMStagPopulateLocalToLocal2d_Internal()
1273 iOffset = stag->entriesPerElement * (leftGhostElements + stag->n[0]); in DMStagPopulateLocalToLocal2d_Internal()
1282 iOffset = stag->entriesPerElement * (leftGhostElements + i); in DMStagPopulateLocalToLocal2d_Internal()
1288 iOffset = stag->entriesPerElement * (leftGhostElements + stag->n[0]); in DMStagPopulateLocalToLocal2d_Internal()
H A Dstag3d.c3292 …PetscInt i, j, k, d, count, leftGhostElements, downGhostElements, backGhostElements, iOffset… in DMStagPopulateLocalToLocal3d_Internal() local
3301 leftGhostElements = stag->start[0] - stag->startGhost[0]; in DMStagPopulateLocalToLocal3d_Internal()
3320 iOffset = stag->entriesPerElement * (leftGhostElements + i); in DMStagPopulateLocalToLocal3d_Internal()
3325 iOffset = stag->entriesPerElement * (leftGhostElements + stag->n[0]); in DMStagPopulateLocalToLocal3d_Internal()
3336 iOffset = stag->entriesPerElement * (leftGhostElements + i); in DMStagPopulateLocalToLocal3d_Internal()
3344 iOffset = stag->entriesPerElement * (leftGhostElements + stag->n[0]); in DMStagPopulateLocalToLocal3d_Internal()
3356 iOffset = stag->entriesPerElement * (leftGhostElements + i); in DMStagPopulateLocalToLocal3d_Internal()
3364 iOffset = stag->entriesPerElement * (leftGhostElements + stag->n[0]); in DMStagPopulateLocalToLocal3d_Internal()
3373 iOffset = stag->entriesPerElement * (leftGhostElements + i); in DMStagPopulateLocalToLocal3d_Internal()
3379 iOffset = stag->entriesPerElement * (leftGhostElements + stag->n[0]); in DMStagPopulateLocalToLocal3d_Internal()