Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex5.c837 DMLabel faultLabel, faultBdLabel, hybridLabel, splitLabel; in CreateMesh() local
840 PetscCall(DMGetLabel(*dm, "faultBd", &faultBdLabel)); in CreateMesh()
841 …PetscCall(DMPlexCreateHybridMesh(*dm, faultLabel, faultBdLabel, 1, &hybridLabel, &splitLabel, &dmI… in CreateMesh()
854 DMLabel faultLabel, faultBdLabel, hybridLabel; in CreateMesh() local
862 PetscCall(DMGetLabel(*dm, "fault2Bd", &faultBdLabel)); in CreateMesh()
863 …PetscCall(DMPlexCreateHybridMesh(*dm, faultLabel, faultBdLabel, 1, &hybridLabel, NULL, NULL, &dmHy… in CreateMesh()
995 DMLabel faultLabel, faultBdLabel, hybridLabel; in CreateMesh() local
998 PetscCall(DMGetLabel(*dm, "pfaultBd", &faultBdLabel)); in CreateMesh()
999 …PetscCall(DMPlexCreateHybridMesh(*dm, faultLabel, faultBdLabel, 1, &hybridLabel, NULL, &dmInterfac… in CreateMesh()