Searched refs:hybface (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 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() [all …]
|