Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dcl-options.c96 …tArray("-bc_traction", "Face IDs to apply traction (Neumann) BC", NULL, app_ctx->bc_traction_faces, in ProcessCommandLineOptions()
104 …ntf(option_name, sizeof option_name, "-bc_traction_%" PetscInt_FMT, app_ctx->bc_traction_faces[i]); in ProcessCommandLineOptions()
H A Dsetup-libceed.c319 …PetscCall(GetRestrictionForDomain(ceed, dm, 1, domain_label, app_ctx->bc_traction_faces[i], Q, 0, … in SetupLibceedFineLevel()
/libCEED/examples/solids/include/
H A Dstructs.h66 PetscInt bc_traction_faces[16]; member