Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex8.c62 static PetscErrorCode CreateBCLabel(DM dm, const char name[]) in CreateBCLabel() function
127 if (!hasLabel) PetscCall(CreateBCLabel(cdm, "marker")); in SetupDiscretization()
H A Dex12.c458 static PetscErrorCode CreateBCLabel(DM dm, const char name[]) in CreateBCLabel() function
747 if (!hasLabel) PetscCall(CreateBCLabel(cdm, "marker")); in SetupDiscretization()
/petsc/src/ts/tutorials/
H A Dex48.c357 static PetscErrorCode CreateBCLabel(DM dm, const char name[]) in CreateBCLabel() function
413 if (!hasLabel) PetscCall(CreateBCLabel(*dm, "marker")); in CreateMesh()