Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1372 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()
[all …]