Searched refs:downGhostElements (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stag2d.c | 1249 …PetscInt i, j, d, count, leftGhostElements, downGhostElements, entriesPerRowGhost, iOffset, … in DMStagPopulateLocalToLocal2d_Internal() local 1258 downGhostElements = stag->start[1] - stag->startGhost[1]; in DMStagPopulateLocalToLocal2d_Internal() 1266 jOffset = entriesPerRowGhost * (downGhostElements + j); in DMStagPopulateLocalToLocal2d_Internal() 1280 jOffset = entriesPerRowGhost * (downGhostElements + stag->n[1]); in DMStagPopulateLocalToLocal2d_Internal()
|
| H A D | stag3d.c | 3292 …PetscInt i, j, k, d, count, leftGhostElements, downGhostElements, backGhostElements, iOffset… in DMStagPopulateLocalToLocal3d_Internal() local 3302 downGhostElements = stag->start[1] - stag->startGhost[1]; 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()
|