Searched refs:forcing_choice (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | cl-options.c | 50 app_ctx->forcing_choice = FORCE_NONE; // Default - no forcing term in ProcessCommandLineOptions() 51 …"-forcing", "Set forcing function option", NULL, forcing_types, (PetscEnum)app_ctx->forcing_choice, in ProcessCommandLineOptions() 52 (PetscEnum *)&app_ctx->forcing_choice, NULL)); in ProcessCommandLineOptions() 60 … == ELAS_FS_NH || app_ctx->problem_choice == ELAS_FS_MR) && app_ctx->forcing_choice == FORCE_CONST… 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 D | setup-libceed.c | 133 forcingType forcing_choice = app_ctx->forcing_choice; in SetupLibceedFineLevel() local 345 if (forcing_choice != FORCE_NONE) { in SetupLibceedFineLevel() 350 …nctionCreateInterior(ceed, 1, forcing_options[forcing_choice].setup_forcing, forcing_options[forci… in SetupLibceedFineLevel() 355 if (forcing_choice == FORCE_MMS) { in SetupLibceedFineLevel()
|
| H A D | setup-dm.c | 95 if (app_ctx->forcing_choice == FORCE_MMS) { in SetupDMByDegree()
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 53 forcingType forcing_choice; member
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 223 if (app_ctx->forcing_choice != FORCE_NONE) { in main() 291 if (app_ctx->forcing_choice != FORCE_NONE) { in main() 349 app_ctx->name_for_disp, forcing_types_for_disp[app_ctx->forcing_choice], in main() 613 if (app_ctx->num_increments > 1 && app_ctx->forcing_choice != FORCE_NONE) { in main() 736 if (app_ctx->forcing_choice == FORCE_MMS) { in main()
|