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