Lines Matching refs:label
22 DMLabel label; in CreateBCLabel() local
27 PetscCall(DMGetLabel(dm, name, &label)); in CreateBCLabel()
28 PetscCall(DMPlexMarkBoundaryFaces(dm, 1, label)); in CreateBCLabel()
104 DMLabel label; in SetupDMByDegree() local
105 PetscCall(DMGetLabel(dm, "marker", &label)); in SetupDMByDegree()
106 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, "mms", label, 1, marker_ids, 0, 0, NULL, (void (*)(vo… in SetupDMByDegree()
112 DMLabel label; in SetupDMByDegree() local
113 PetscCall(DMGetLabel(dm, "Face Sets", &label)); in SetupDMByDegree()
114 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, "mms", label, num_face_sets, face_set_ids, 0, 0, NULL… in SetupDMByDegree()
120 DMLabel label; in SetupDMByDegree() local
121 PetscCall(DMGetLabel(dm, "Face Sets", &label)); in SetupDMByDegree()
126 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, bcName, label, 1, &app_ctx->bc_clamp_faces[i], 0, 0, … in SetupDMByDegree()