Home
last modified time | relevance | path

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

/libCEED/examples/solids/src/
H A Dcl-options.c67 app_ctx->bc_clamp_count = 16; in ProcessCommandLineOptions()
68 …ce IDs to apply incremental Dirichlet BC", NULL, app_ctx->bc_clamp_faces, &app_ctx->bc_clamp_count, in ProcessCommandLineOptions()
71 for (PetscInt i = 0; i < app_ctx->bc_clamp_count; i++) { in ProcessCommandLineOptions()
149 …if (app_ctx->forcing_choice == FORCE_NONE && !app_ctx->bc_clamp_count) app_ctx->forcing_choice = F… in ProcessCommandLineOptions()
151 if (!app_ctx->bc_clamp_count && app_ctx->forcing_choice != FORCE_MMS) { in ProcessCommandLineOptions()
H A Dsetup-dm.c123 for (PetscInt i = 0; i < app_ctx->bc_clamp_count; i++) { in SetupDMByDegree()
/libCEED/examples/solids/include/
H A Dstructs.h60 PetscInt bc_clamp_count; member