Home
last modified time | relevance | path

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

/libCEED/examples/petsc/
H A Darea.h15 static const char *const problem_types[] = {"cube", "sphere", "ProblemType", "AREA", NULL}; variable
H A Darea.c83 …PetscCall(PetscOptionsEnum("-problem", "Problem to solve", NULL, problem_types, (PetscEnum)problem… in main()
102 PetscCall(PetscObjectSetName((PetscObject)dm, problem_types[problem_choice])); in main()