Searched refs:problem_types (Results 1 – 2 of 2) sorted by relevance
15 static const char *const problem_types[] = {"cube", "sphere", "ProblemType", "AREA", NULL}; variable
83 …PetscCall(PetscOptionsEnum("-problem", "Problem to solve", NULL, problem_types, (PetscEnum)problem… in main()102 PetscCall(PetscObjectSetName((PetscObject)dm, problem_types[problem_choice])); in main()