Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstag3d.c347 …PetscInt entriesPerEdge, entriesPerFace, entriesPerCorner, entriesPerElementRow, entriesPerElemen… in DMSetUp_Stag_3d() local
351 entriesPerFace = stag->dof[0] + 2 * stag->dof[1] + stag->dof[2]; in DMSetUp_Stag_3d()
354 …entriesPerElementRow = stag->n[0] * stag->entriesPerElement + (dummyEnd[0] ? entriesPerFace : 0… in DMSetUp_Stag_3d()
355 …r = stag->n[1] * entriesPerElementRow + (dummyEnd[1] ? stag->n[0] * entriesPerFace : 0) + (dummyE… in DMSetUp_Stag_3d()
356 … * entriesPerElementLayer + (dummyEnd[2] ? stag->n[0] * stag->n[1] * entriesPerFace : 0) + (dummyE… in DMSetUp_Stag_3d()
740 PetscInt i, j, k, d, entriesPerEdge, entriesPerFace, count; in DMStagSetUpBuildGlobalOffsets_3d() local
746 entriesPerFace = stag->dof[0] + 2 * stag->dof[1] + stag->dof[2]; in DMStagSetUpBuildGlobalOffsets_3d()
767 …unt - 1] + nnj * nni * nnk * stag->entriesPerElement + (extra[0] ? nnj * nnk * entriesPerFace : 0); in DMStagSetUpBuildGlobalOffsets_3d()
777 …unt - 1] + nnj * nni * nnk * stag->entriesPerElement + (extra[1] ? nni * nnk * entriesPerFace : 0); in DMStagSetUpBuildGlobalOffsets_3d()
784 …->entriesPerElement + (extra[0] ? nnj * nnk * entriesPerFace : 0) + (extra[1] ? nni * nnk * entrie… in DMStagSetUpBuildGlobalOffsets_3d()
[all …]
H A Dstag2d.c196 …PetscInt i, j, d, entriesPerElementRowGhost, entriesPerCorner, entriesPerFace, entriesPerEle… in DMSetUp_Stag_2d() local
271 entriesPerFace = stag->dof[0] + stag->dof[1]; in DMSetUp_Stag_2d()
273 …entriesPerElementRow = stag->n[0] * stag->entriesPerElement + (dummyEnd[0] ? entriesPerFace : 0… in DMSetUp_Stag_2d()
274 … = stag->n[1] * entriesPerElementRow + (dummyEnd[1] ? stag->n[0] * entriesPerFace : 0) + (dummyE… in DMSetUp_Stag_2d()
420 …ent + (dummyEnd[0] ? nNonDummyGhost[1] * entriesPerFace : 0) + (dummyEnd[1] ? nNonDummyGhost[0] * in DMSetUp_Stag_2d()
422 …ent + (dummyEnd[0] ? nNonDummyGhost[1] * entriesPerFace : 0) + (dummyEnd[1] ? nNonDummyGhost[0] * in DMSetUp_Stag_2d()
491 …entRowNeighbor = nNeighbor[0] * stag->entriesPerElement + (nextToDummyEnd[0] ? entriesPerFace : 0); in DMSetUp_Stag_2d()
527 …for (d = 0; d < entriesPerFace; ++d, ++count) { /* … in DMSetUp_Stag_2d()
528 …idxGlobal[count] = globalOffset + j * entriesPerElementRowNeighbor + i * entriesPerFace + d; /* i … in DMSetUp_Stag_2d()
567 …for (d = 0; d < entriesPerFace; ++d, ++count) { /* vertex a… in DMSetUp_Stag_2d()
[all …]