Searched refs:marker_ids (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/solids/src/ ! |
| H A D | setup-dm.c | 99 PetscInt marker_ids[1] = {1}; in SetupDMByDegree() local 106 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, "mms", label, 1, marker_ids, 0, 0, NULL, (void (*)(vo… in SetupDMByDegree()
|
| /libCEED/examples/petsc/src/ ! |
| H A D | petscutils.c | 135 PetscInt marker_ids[1] = {1}; in SetupDMByDegree() local 172 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, "wall", label, 1, marker_ids, 0, 0, NULL, NULL, NULL,… in SetupDMByDegree()
|