Home
last modified time | relevance | path

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

/libCEED/examples/solids/problems/
H A Dproblems.h23 typedef struct ProblemFunctions_ *ProblemFunctions; typedef
28 PetscErrorCode RegisterProblems(ProblemFunctions problem_functions);
H A Dproblems.c13 PetscErrorCode RegisterProblems(ProblemFunctions problem_functions) { in RegisterProblems()
/libCEED/examples/solids/
H A Delasticity.c47 ProblemFunctions problem_functions; // Setup functions for each problem in main()