Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag3d.c3293 PetscInt entriesPerRowGhost, entriesPerRowColGhost; in DMStagPopulateLocalToLocal3d_Internal() local
3305 entriesPerRowColGhost = stag->nGhost[0] * stag->nGhost[1] * stag->entriesPerElement; in DMStagPopulateLocalToLocal3d_Internal()
3316 kOffset = entriesPerRowColGhost * (backGhostElements + k); in DMStagPopulateLocalToLocal3d_Internal()
3352 kOffset = entriesPerRowColGhost * (backGhostElements + stag->n[2]); in DMStagPopulateLocalToLocal3d_Internal()