Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag2d.c1249 …t i, j, d, count, leftGhostElements, downGhostElements, entriesPerRowGhost, iOffset, jOffset; in DMStagPopulateLocalToLocal2d_Internal() local
1266 jOffset = entriesPerRowGhost * (downGhostElements + j); in DMStagPopulateLocalToLocal2d_Internal()
1270 for (d = 0; d < stag->entriesPerElement; ++d) idxRemap[count++] = jOffset + iOffset + d; in DMStagPopulateLocalToLocal2d_Internal()
1275 for (d = 0; d < stag->dof[0]; ++d) idxRemap[count++] = jOffset + iOffset + dOffset[0] + d; in DMStagPopulateLocalToLocal2d_Internal()
1276 for (d = 0; d < stag->dof[1]; ++d) idxRemap[count++] = jOffset + iOffset + dOffset[2] + d; in DMStagPopulateLocalToLocal2d_Internal()
1280 jOffset = entriesPerRowGhost * (downGhostElements + stag->n[1]); in DMStagPopulateLocalToLocal2d_Internal()
1284 for (d = 0; d < stag->dof[0]; ++d) idxRemap[count++] = jOffset + iOffset + dOffset[0] + d; in DMStagPopulateLocalToLocal2d_Internal()
1285 for (d = 0; d < stag->dof[1]; ++d) idxRemap[count++] = jOffset + iOffset + dOffset[1] + d; in DMStagPopulateLocalToLocal2d_Internal()
1290 for (d = 0; d < stag->dof[0]; ++d) idxRemap[count++] = jOffset + iOffset + dOffset[0] + d; in DMStagPopulateLocalToLocal2d_Internal()
H A Dstag3d.c3292 …j, k, d, count, leftGhostElements, downGhostElements, backGhostElements, iOffset, jOffset, kOffset; in DMStagPopulateLocalToLocal3d_Internal() local
3318 jOffset = entriesPerRowGhost * (downGhostElements + j); 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()
3334 jOffset = entriesPerRowGhost * (downGhostElements + stag->n[1]); 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()
[all …]