Searched refs:bc_clamp_count (Results 1 – 3 of 3) sorted by relevance
67 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()
123 for (PetscInt i = 0; i < app_ctx->bc_clamp_count; i++) { in SetupDMByDegree()
60 PetscInt bc_clamp_count; member