Home
last modified time | relevance | path

Searched refs:FORCE_NONE (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/solids/src/
H A Dcl-options.c50 app_ctx->forcing_choice = FORCE_NONE; // Default - no forcing term in ProcessCommandLineOptions()
149 …if (app_ctx->forcing_choice == FORCE_NONE && !app_ctx->bc_clamp_count) app_ctx->forcing_choice = F… in ProcessCommandLineOptions()
H A Dsetup-libceed.c28 …[FORCE_NONE] = {.setup_forcing = NULL, .setup_forcing_loc = NULL },
345 if (forcing_choice != FORCE_NONE) { in SetupLibceedFineLevel()
/libCEED/examples/solids/include/
H A Dstructs.h18 typedef enum { FORCE_NONE = 0, FORCE_CONST = 1, FORCE_MMS = 2 } forcingType; enumerator
/libCEED/examples/solids/
H A Delasticity.c223 if (app_ctx->forcing_choice != FORCE_NONE) { in main()
291 if (app_ctx->forcing_choice != FORCE_NONE) { in main()
613 if (app_ctx->num_increments > 1 && app_ctx->forcing_choice != FORCE_NONE) { in main()