Lines Matching refs:hybcell
1345 const PetscInt hybcell = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal() local
1348 PetscCall(DMPlexSetConeSize(sdm, hybcell, 2 + coneSize)); in DMPlexConstructCohesiveCells_Internal()
1351 PetscCall(DMPlexSetCellType(sdm, hybcell, DM_POLYTOPE_SEG_PRISM_TENSOR)); in DMPlexConstructCohesiveCells_Internal()
1354 PetscCall(DMPlexSetCellType(sdm, hybcell, DM_POLYTOPE_TRI_PRISM_TENSOR)); in DMPlexConstructCohesiveCells_Internal()
1357 PetscCall(DMPlexSetCellType(sdm, hybcell, DM_POLYTOPE_QUAD_PRISM_TENSOR)); in DMPlexConstructCohesiveCells_Internal()
1490 const PetscInt hybcell = p + pMaxNew[dep + 1] + numSplitPoints[dep + 1]; in DMPlexConstructCohesiveCells_Internal() local
1538 PetscCall(DMPlexInsertSupport(sdm, newp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1541 PetscCall(DMPlexInsertSupport(sdm, splitp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1546 PetscCall(DMPlexInsertSupport(sdm, newp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1549 PetscCall(DMPlexInsertSupport(sdm, splitp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1601 PetscCall(DMPlexSetCone(sdm, hybcell, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1602 PetscCall(DMPlexSetConeOrientation(sdm, hybcell, coneONew)); in DMPlexConstructCohesiveCells_Internal()
1604 if (hasUnsplit) PetscCall(DMLabelSetValue(label, -hybcell, dim)); in DMPlexConstructCohesiveCells_Internal()