Home
last modified time | relevance | path

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

/libCEED/examples/solids/include/
H A Dboundary.h12 BCFunc BCMMS, BCZero, BCClamp; variable
23 PetscErrorCode BCMMS(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt num…
/libCEED/examples/solids/src/
H A Dsetup-dm.c106 …DM_BC_ESSENTIAL, "mms", label, 1, marker_ids, 0, 0, NULL, (void (*)(void))BCMMS, NULL, NULL, NULL)… in SetupDMByDegree()
114 …L, "mms", label, num_face_sets, face_set_ids, 0, 0, NULL, (void (*)(void))BCMMS, NULL, NULL, NULL)… in SetupDMByDegree()
H A Dboundary.c23 PetscErrorCode BCMMS(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt num… in BCMMS() function