Home
last modified time | relevance | path

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

/libCEED/examples/solids/problems/
H A Dcl-problems.h10 typedef enum { ELAS_LINEAR = 0, ELAS_FS_NH = 2, ELAS_FS_MR = 2 } problemType; enumerator
/libCEED/examples/solids/src/
H A Dcl-options.c60 …if ((app_ctx->problem_choice == ELAS_FS_NH || app_ctx->problem_choice == ELAS_FS_MR) && app_ctx->f… in ProcessCommandLineOptions()