Home
last modified time | relevance | path

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

/libCEED/examples/solids/include/
H A Dboundary.h12 BCFunc BCMMS, BCZero, BCClamp; variable
27 PetscErrorCode BCClamp(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt n…
/libCEED/examples/solids/src/
H A Dboundary.c42 PetscErrorCode BCClamp(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt n… in BCClamp() function
H A Dsetup-dm.c126 …SSENTIAL, bcName, label, 1, &app_ctx->bc_clamp_faces[i], 0, 0, NULL, (void (*)(void))BCClamp, NULL, in SetupDMByDegree()