Lines Matching refs:hybface
1392 const PetscInt hybface = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal() local
1408 PetscCall(DMPlexSetConeSize(sdm, hybface, 4)); in DMPlexConstructCohesiveCells_Internal()
1409 PetscCall(DMPlexSetSupportSize(sdm, hybface, qf)); in DMPlexConstructCohesiveCells_Internal()
1410 PetscCall(DMPlexSetCellType(sdm, hybface, DM_POLYTOPE_SEG_PRISM_TENSOR)); in DMPlexConstructCohesiveCells_Internal()
1446 … const PetscInt hybface = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1] + numSplitPoints[dep]; in DMPlexConstructCohesiveCells_Internal() local
1461 PetscCall(DMPlexSetConeSize(sdm, hybface, 4)); in DMPlexConstructCohesiveCells_Internal()
1462 PetscCall(DMPlexSetSupportSize(sdm, hybface, qf)); in DMPlexConstructCohesiveCells_Internal()
1463 PetscCall(DMPlexSetCellType(sdm, hybface, DM_POLYTOPE_SEG_PRISM_TENSOR)); in DMPlexConstructCohesiveCells_Internal()
1648 const PetscInt hybface = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal() local
1705 PetscCall(DMPlexSetCone(sdm, hybface, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1716 PetscCall(DMPlexSetSupport(sdm, hybface, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1765 … const PetscInt hybface = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1] + numSplitPoints[dep]; in DMPlexConstructCohesiveCells_Internal() local
1781 supportNew[qf++] = hybface; in DMPlexConstructCohesiveCells_Internal()
1782 supportNew[qf++] = hybface; in DMPlexConstructCohesiveCells_Internal()
1795 PetscCall(DMPlexSetCone(sdm, hybface, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1805 PetscCall(DMPlexGetSupportSize(sdm, hybface, &supportSizeNew)); in DMPlexConstructCohesiveCells_Internal()
1806 …r hybrid face %" PetscInt_FMT " is %" PetscInt_FMT " != %" PetscInt_FMT, hybface, qf, supportSizeN… in DMPlexConstructCohesiveCells_Internal()
1807 PetscCall(DMPlexSetSupport(sdm, hybface, supportNew)); in DMPlexConstructCohesiveCells_Internal()