Home
last modified time | relevance | path

Searched refs:problem_choice (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/petsc/
H A Darea.c73 ProblemType problem_choice; in main() local
82 problem_choice = SPHERE; in main()
83 …, "Problem to solve", NULL, problem_types, (PetscEnum)problem_choice, (PetscEnum *)&problem_choice in main()
98 if (problem_choice == CUBE) { in main()
102 PetscCall(PetscObjectSetName((PetscObject)dm, problem_types[problem_choice])); in main()
168 …egree, topo_dim, q_extra, num_comp_x, num_comp_u, g_size, xl_size, problem_options[problem_choice], in main()
198 if (problem_choice == CUBE) { in main()
/libCEED/examples/solids/src/
H A Dcl-options.c41 app_ctx->problem_choice = ELAS_LINEAR; // Default - Linear Elasticity in ProcessCommandLineOptions()
42 …ves Elasticity & Hyperelasticity Problems", NULL, problemTypes, (PetscEnum)app_ctx->problem_choice, in ProcessCommandLineOptions()
43 (PetscEnum *)&app_ctx->problem_choice, NULL)); in ProcessCommandLineOptions()
44 app_ctx->name = problemTypes[app_ctx->problem_choice]; in ProcessCommandLineOptions()
45 app_ctx->name_for_disp = problemTypesForDisp[app_ctx->problem_choice]; in ProcessCommandLineOptions()
47 app_ctx->num_increments = app_ctx->problem_choice == ELAS_LINEAR ? 1 : 10; in ProcessCommandLineOptions()
60 …if ((app_ctx->problem_choice == ELAS_FS_NH || app_ctx->problem_choice == ELAS_FS_MR) && app_ctx->f… in ProcessCommandLineOptions()
/libCEED/examples/solids/include/
H A Dstructs.h52 problemType problem_choice; member