Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dsetup-dm.c99 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 Dpetscutils.c135 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()