Searched refs:ProblemType (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/petsc/include/ | ||
| H A D | areaproblemdata.h | 24 typedef enum { CUBE = 0, SPHERE = 1 } ProblemType; typedef |
| /libCEED/examples/petsc/ | ||
| H A D | area.c | 73 ProblemType problem_choice; in main() |