Lines Matching refs:hybridLabel
837 DMLabel faultLabel, faultBdLabel, hybridLabel, splitLabel; in CreateMesh() local
841 …PetscCall(DMPlexCreateHybridMesh(*dm, faultLabel, faultBdLabel, 1, &hybridLabel, &splitLabel, &dmI… in CreateMesh()
842 PetscCall(DMLabelView(hybridLabel, PETSC_VIEWER_STDOUT_WORLD)); in CreateMesh()
843 PetscCall(DMLabelDestroy(&hybridLabel)); in CreateMesh()
854 DMLabel faultLabel, faultBdLabel, hybridLabel; in CreateMesh() local
863 …PetscCall(DMPlexCreateHybridMesh(*dm, faultLabel, faultBdLabel, 1, &hybridLabel, NULL, NULL, &dmHy… in CreateMesh()
864 PetscCall(DMLabelView(hybridLabel, PETSC_VIEWER_STDOUT_WORLD)); in CreateMesh()
865 PetscCall(DMLabelDestroy(&hybridLabel)); in CreateMesh()
995 DMLabel faultLabel, faultBdLabel, hybridLabel; in CreateMesh() local
999 …PetscCall(DMPlexCreateHybridMesh(*dm, faultLabel, faultBdLabel, 1, &hybridLabel, NULL, &dmInterfac… in CreateMesh()
1008 PetscCall(DMLabelView(hybridLabel, viewer)); in CreateMesh()
1011 PetscCall(DMLabelDestroy(&hybridLabel)); in CreateMesh()