Searched refs:bcName (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | setup-dm.c | 124 char bcName[25]; in SetupDMByDegree() local 125 snprintf(bcName, sizeof bcName, "clamp_%" PetscInt_FMT, app_ctx->bc_clamp_faces[i]); in SetupDMByDegree() 126 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, bcName, label, 1, &app_ctx->bc_clamp_faces[i], 0, 0, … in SetupDMByDegree()
|