Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex5.c837 DMLabel faultLabel, faultBdLabel, hybridLabel, splitLabel; in CreateMesh() local
841 …PetscCall(DMPlexCreateHybridMesh(*dm, faultLabel, faultBdLabel, 1, &hybridLabel, &splitLabel, &dmI… in CreateMesh()
844 PetscCall(DMLabelView(splitLabel, PETSC_VIEWER_STDOUT_WORLD)); in CreateMesh()
845 PetscCall(DMLabelDestroy(&splitLabel)); in CreateMesh()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1236 …scErrorCode DMPlexConstructCohesiveCells_Internal(DM dm, DMLabel label, DMLabel splitLabel, DM sdm) in DMPlexConstructCohesiveCells_Internal() argument
1884 if (splitLabel) { in DMPlexConstructCohesiveCells_Internal()
1887 PetscCall(DMLabelSetValue(splitLabel, newp, val)); in DMPlexConstructCohesiveCells_Internal()
1888 PetscCall(DMLabelSetValue(splitLabel, splitp, -val)); in DMPlexConstructCohesiveCells_Internal()
1947 PetscErrorCode DMPlexConstructCohesiveCells(DM dm, DMLabel label, DMLabel splitLabel, DM *dmSplit) in DMPlexConstructCohesiveCells() argument
1962 PetscCall(DMPlexConstructCohesiveCells_Internal(dm, label, splitLabel, sdm)); in DMPlexConstructCohesiveCells()
2411 …bel, DMLabel bdlabel, PetscInt bdvalue, DMLabel *hybridLabel, DMLabel *splitLabel, DM *dmInterface… in DMPlexCreateHybridMesh() argument
2422 if (splitLabel) PetscAssertPointer(splitLabel, 6); in DMPlexCreateHybridMesh()
2432 if (splitLabel) { in DMPlexCreateHybridMesh()
2449 if (splitLabel) *splitLabel = slabel; in DMPlexCreateHybridMesh()