Home
last modified time | relevance | path

Searched refs:entriesPerRowGhost (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
1259 entriesPerRowGhost = stag->nGhost[0] * stag->entriesPerElement; in DMStagPopulateLocalToLocal2d_Internal()
1266 jOffset = entriesPerRowGhost * (downGhostElements + j); in DMStagPopulateLocalToLocal2d_Internal()
1280 jOffset = entriesPerRowGhost * (downGhostElements + stag->n[1]); in DMStagPopulateLocalToLocal2d_Internal()
H A Dstag3d.c3293 PetscInt entriesPerRowGhost, entriesPerRowColGhost; in DMStagPopulateLocalToLocal3d_Internal() local
3304 entriesPerRowGhost = stag->nGhost[0] * stag->entriesPerElement; in DMStagPopulateLocalToLocal3d_Internal()
3318 jOffset = entriesPerRowGhost * (downGhostElements + j); in DMStagPopulateLocalToLocal3d_Internal()
3334 jOffset = entriesPerRowGhost * (downGhostElements + stag->n[1]); in DMStagPopulateLocalToLocal3d_Internal()
3354 jOffset = entriesPerRowGhost * (downGhostElements + j); in DMStagPopulateLocalToLocal3d_Internal()
3371 jOffset = entriesPerRowGhost * (downGhostElements + stag->n[1]); in DMStagPopulateLocalToLocal3d_Internal()