Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dcl-options.c68 …clamp", "Face IDs to apply incremental Dirichlet BC", NULL, app_ctx->bc_clamp_faces, &app_ctx->bc_… in ProcessCommandLineOptions()
77 …ion_name, sizeof option_name, "-bc_clamp_%" PetscInt_FMT "_translate", app_ctx->bc_clamp_faces[i]); in ProcessCommandLineOptions()
83 …option_name, sizeof option_name, "-bc_clamp_%" PetscInt_FMT "_rotate", app_ctx->bc_clamp_faces[i]); in ProcessCommandLineOptions()
H A Dsetup-dm.c125 snprintf(bcName, sizeof bcName, "clamp_%" PetscInt_FMT, app_ctx->bc_clamp_faces[i]); in SetupDMByDegree()
126 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, bcName, label, 1, &app_ctx->bc_clamp_faces[i], 0, 0, … in SetupDMByDegree()
/libCEED/examples/solids/include/
H A Dstructs.h61 PetscInt bc_clamp_faces[16]; member