Home
last modified time | relevance | path

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

/libCEED/examples/solids/problems/
H A Dproblems.c13 PetscErrorCode RegisterProblems(ProblemFunctions problem_functions) { in RegisterProblems() function
H A Dproblems.h28 PetscErrorCode RegisterProblems(ProblemFunctions problem_functions);
/libCEED/examples/solids/
H A Delasticity.c87 PetscCall(RegisterProblems(problem_functions)); in main()