Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag3d.c3292 …j, k, d, count, leftGhostElements, downGhostElements, backGhostElements, iOffset, jOffset, kOffset; in DMStagPopulateLocalToLocal3d_Internal() local
3316 kOffset = entriesPerRowColGhost * (backGhostElements + k); in DMStagPopulateLocalToLocal3d_Internal()
3322 … for (d = 0; d < stag->entriesPerElement; ++d) idxRemap[count++] = kOffset + jOffset + iOffset + d; in DMStagPopulateLocalToLocal3d_Internal()
3327 …for (d = 0; d < stag->dof[0]; ++d) idxRemap[count++] = kOffset + jOffset + iOffset + dOffset[0] + … in DMStagPopulateLocalToLocal3d_Internal()
3328 …for (d = 0; d < stag->dof[1]; ++d) idxRemap[count++] = kOffset + jOffset + iOffset + dOffset[2] + … in DMStagPopulateLocalToLocal3d_Internal()
3329 …for (d = 0; d < stag->dof[1]; ++d) idxRemap[count++] = kOffset + jOffset + iOffset + dOffset[4] + … in DMStagPopulateLocalToLocal3d_Internal()
3330 …for (d = 0; d < stag->dof[2]; ++d) idxRemap[count++] = kOffset + jOffset + iOffset + dOffset[6] + … in DMStagPopulateLocalToLocal3d_Internal()
3338 …for (d = 0; d < stag->dof[0]; ++d) idxRemap[count++] = kOffset + jOffset + iOffset + dOffset[0] + … in DMStagPopulateLocalToLocal3d_Internal()
3339 …for (d = 0; d < stag->dof[1]; ++d) idxRemap[count++] = kOffset + jOffset + iOffset + dOffset[1] + … in DMStagPopulateLocalToLocal3d_Internal()
3340 …for (d = 0; d < stag->dof[1]; ++d) idxRemap[count++] = kOffset + jOffset + iOffset + dOffset[4] + … in DMStagPopulateLocalToLocal3d_Internal()
[all …]