Searched refs:entriesPerRowGhost (Results 1 – 2 of 2) sorted by relevance
1249 …PetscInt i, j, d, count, leftGhostElements, downGhostElements, entriesPerRowGhost, iOffset, … in DMStagPopulateLocalToLocal2d_Internal() local1259 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()
3293 PetscInt entriesPerRowGhost, entriesPerRowColGhost; in DMStagPopulateLocalToLocal3d_Internal() local3304 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()