Home
last modified time | relevance | path

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

/libCEED/examples/solids/include/
H A Dstructs.h18 typedef enum { FORCE_NONE = 0, FORCE_CONST = 1, FORCE_MMS = 2 } forcingType; typedef
53 forcingType forcing_choice;
/libCEED/examples/solids/src/
H A Dsetup-libceed.c133 forcingType forcing_choice = app_ctx->forcing_choice; in SetupLibceedFineLevel()