Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dsetup-dm.c98 PetscBool has_label; in SetupDMByDegree() local
100 PetscCall(DMHasLabel(dm, "marker", &has_label)); in SetupDMByDegree()
101 if (!has_label) { in SetupDMByDegree()
/libCEED/examples/petsc/src/
H A Dpetscutils.c165 PetscBool has_label; in SetupDMByDegree() local
166 PetscCall(DMHasLabel(dm, "marker", &has_label)); in SetupDMByDegree()
167 if (!has_label) { in SetupDMByDegree()