Searched refs:bc_traction_faces (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | cl-options.c | 96 …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 D | setup-libceed.c | 319 …PetscCall(GetRestrictionForDomain(ceed, dm, 1, domain_label, app_ctx->bc_traction_faces[i], Q, 0, … in SetupLibceedFineLevel()
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 66 PetscInt bc_traction_faces[16]; member
|