Lines Matching refs:hybedge

1372         const PetscInt hybedge = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1];  in DMPlexConstructCohesiveCells_Internal()  local
1388 PetscCall(DMPlexSetConeSize(sdm, hybedge, 2)); in DMPlexConstructCohesiveCells_Internal()
1389 PetscCall(DMPlexSetSupportSize(sdm, hybedge, qf)); in DMPlexConstructCohesiveCells_Internal()
1390 PetscCall(DMPlexSetCellType(sdm, hybedge, DM_POLYTOPE_POINT_PRISM_TENSOR)); in DMPlexConstructCohesiveCells_Internal()
1425 … const PetscInt hybedge = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1] + numSplitPoints[dep]; in DMPlexConstructCohesiveCells_Internal() local
1434 PetscCall(DMPlexSetConeSize(sdm, hybedge, 2)); in DMPlexConstructCohesiveCells_Internal()
1443 PetscCall(DMPlexSetSupportSize(sdm, hybedge, qf)); in DMPlexConstructCohesiveCells_Internal()
1444 PetscCall(DMPlexSetCellType(sdm, hybedge, DM_POLYTOPE_POINT_PRISM_TENSOR)); in DMPlexConstructCohesiveCells_Internal()
1606 const PetscInt hybedge = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal() local
1615 supportNew[qn] = hybedge; in DMPlexConstructCohesiveCells_Internal()
1630 supportNew[qp] = hybedge; in DMPlexConstructCohesiveCells_Internal()
1635 PetscCall(DMPlexSetCone(sdm, hybedge, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1646 PetscCall(DMPlexSetSupport(sdm, hybedge, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1732 … const PetscInt hybedge = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1] + numSplitPoints[dep]; in DMPlexConstructCohesiveCells_Internal() local
1741 supportNew[q++] = hybedge; in DMPlexConstructCohesiveCells_Internal()
1742 supportNew[q++] = hybedge; in DMPlexConstructCohesiveCells_Internal()
1748 PetscCall(DMPlexSetCone(sdm, hybedge, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1763 PetscCall(DMPlexSetSupport(sdm, hybedge, supportNew)); in DMPlexConstructCohesiveCells_Internal()