Home
last modified time | relevance | path

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

/libCEED/examples/solids/include/
H A Dsetup-dm.h17 PetscErrorCode CreateBCLabel(DM dm, const char name[]);
/libCEED/examples/solids/src/
H A Dsetup-dm.c21 PetscErrorCode CreateBCLabel(DM dm, const char name[]) { in CreateBCLabel() function
102 PetscCall(CreateBCLabel(dm, "marker")); in SetupDMByDegree()
/libCEED/examples/petsc/src/
H A Dpetscutils.c120 static PetscErrorCode CreateBCLabel(DM dm, const char name[]) { in CreateBCLabel() function
168 PetscCall(CreateBCLabel(dm, "marker")); in SetupDMByDegree()