Searched refs:setup_forcing (Results 1 – 2 of 2) sorted by relevance
75 CeedQFunctionUser setup_forcing; member
28 …[FORCE_NONE] = {.setup_forcing = NULL, .setup_forcing_loc = NULL },29 …[FORCE_CONST] = {.setup_forcing = SetupConstantForce, .setup_forcing_loc = SetupConstantForce_loc},30 … [FORCE_MMS] = {.setup_forcing = SetupMMSForce, .setup_forcing_loc = SetupMMSForce_loc }350 …CeedQFunctionCreateInterior(ceed, 1, forcing_options[forcing_choice].setup_forcing, forcing_option… in SetupLibceedFineLevel()