Home
last modified time | relevance | path

Searched refs:ELAS_LINEAR (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.c41 app_ctx->problem_choice = ELAS_LINEAR; // Default - Linear Elasticity in ProcessCommandLineOptions()
47 app_ctx->num_increments = app_ctx->problem_choice == ELAS_LINEAR ? 1 : 10; in ProcessCommandLineOptions()