Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c1207 PetscErrorCode DMPlexTransformCohesiveExtrudeGetUnsplit(DMPlexTransform tr, DMLabel *unsplit) in DMPlexTransformCohesiveExtrudeGetUnsplit() argument
1217 PetscAssertPointer(unsplit, 2); in DMPlexTransformCohesiveExtrudeGetUnsplit()
1218 PetscCall(DMLabelCreate(PetscObjectComm((PetscObject)tr), "Unsplit Points", unsplit)); in DMPlexTransformCohesiveExtrudeGetUnsplit()
1246 PetscCall(DMLabelSetValue(*unsplit, pNew, val + tr->labelReplicaInc * r)); in DMPlexTransformCohesiveExtrudeGetUnsplit()
/petsc/src/dm/impls/plex/
H A Dplex.c9435 …rrorCode DMPlexCellUnsplitVertices_Private(DM dm, PetscInt c, DMPolytopeType ct, PetscInt *unsplit) in DMPlexCellUnsplitVertices_Private() argument
9443 *unsplit = 0; in DMPlexCellUnsplitVertices_Private()
9479 if (ptcone[0] == ptcone[1]) ++(*unsplit); in DMPlexCellUnsplitVertices_Private()
9530 PetscInt unsplit; in DMPlexCheckSkeleton() local
9532 PetscCall(DMPlexCellUnsplitVertices_Private(dm, c, ct, &unsplit)); in DMPlexCheckSkeleton()
9533 if (Nv + unsplit == DMPolytopeTypeGetNumVertices(ct)) continue; in DMPlexCheckSkeleton()
9585 PetscInt *closure = NULL, closureSize, cl, numCorners = 0, fOff = 0, unsplit; in DMPlexCheckFaces() local
9588 PetscCall(DMPlexCellUnsplitVertices_Private(dm, c, ct, &unsplit)); in DMPlexCheckFaces()
9589 if (unsplit) continue; in DMPlexCheckFaces()
9667 PetscInt unsplit; in DMPlexCheckGeometry() local
[all …]