Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag1d.c506 PetscInt i, leftGhostEntries; in DMStagPopulateLocalToLocal1d_Internal() local
512 leftGhostEntries = (stag->start[0] - stag->startGhost[0]) * stag->entriesPerElement; in DMStagPopulateLocalToLocal1d_Internal()
513 for (i = 0; i < stag->entries; ++i) idxRemap[i] = leftGhostEntries + i; in DMStagPopulateLocalToLocal1d_Internal()