Home
last modified time | relevance | path

Searched refs:setup_forcing (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/solids/include/
H A Dstructs.h75 CeedQFunctionUser setup_forcing; member
/libCEED/examples/solids/src/
H A Dsetup-libceed.c28 …[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()