Searched refs:previous_label_value (Results 1 – 1 of 1) sorted by relevance
1118 PetscInt previous_label_value; // always 1 due to DMPlexMarkBoundaryFaces call above in DMPlexSetBoxLabel_Internal() local1119 PetscCall(DMGetLabelValue(dm, "Face Sets", face, &previous_label_value)); in DMPlexSetBoxLabel_Internal()1120 PetscCall(DMClearLabelValue(dm, "Face Sets", face, previous_label_value)); in DMPlexSetBoxLabel_Internal()