Lines Matching refs:faultLabel
140 DMLabel faultLabel, hybridLabel; in CreateSimplexHybrid_2D() local
178 PetscCall(DMGetLabel(*dm, "fault", &faultLabel)); in CreateSimplexHybrid_2D()
179 PetscCall(DMPlexCreateHybridMesh(idm, faultLabel, NULL, 0, &hybridLabel, NULL, NULL, &hdm)); in CreateSimplexHybrid_2D()
239 DMLabel faultLabel, hybridLabel; in CreateTensorProductHybrid_2D() local
262 PetscCall(DMGetLabel(*dm, "fault", &faultLabel)); in CreateTensorProductHybrid_2D()
263 PetscCall(DMPlexCreateHybridMesh(idm, faultLabel, NULL, 0, &hybridLabel, NULL, NULL, &hdm)); in CreateTensorProductHybrid_2D()
376 DMLabel faultLabel, hybridLabel; in CreateSimplexHybrid_3D() local
415 PetscCall(DMGetLabel(*dm, "fault", &faultLabel)); in CreateSimplexHybrid_3D()
416 PetscCall(DMPlexCreateHybridMesh(idm, faultLabel, NULL, 0, &hybridLabel, NULL, NULL, &hdm)); in CreateSimplexHybrid_3D()
483 DMLabel faultLabel; in CreateTensorProductHybrid_3D() local
523 PetscCall(DMGetLabel(*dm, "fault", &faultLabel)); in CreateTensorProductHybrid_3D()
524 PetscCall(DMPlexCreateHybridMesh(idm, faultLabel, NULL, 0, NULL, NULL, NULL, &hdm)); in CreateTensorProductHybrid_3D()