Home
last modified time | relevance | path

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

/libCEED/examples/solids/problems/
H A Dcl-problems.h11 static const char *const problemTypes[] = {"Linear", "FS-NH", "FS-MR", "problemType", "ELAS_… variable
/libCEED/examples/solids/src/
H A Dcl-options.c42 …num("-problem", "Solves Elasticity & Hyperelasticity Problems", NULL, problemTypes, (PetscEnum)app… in ProcessCommandLineOptions()
44 app_ctx->name = problemTypes[app_ctx->problem_choice]; in ProcessCommandLineOptions()