Searched refs:SOLIDS_PROBLEM_REGISTER (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/solids/problems/ |
| H A D | problems.c | 16 SOLIDS_PROBLEM_REGISTER(problem_functions, "Linear", ElasLinear, NH); in RegisterProblems() 17 SOLIDS_PROBLEM_REGISTER(problem_functions, "FS-NH", ElasFSNH, NH); in RegisterProblems() 18 SOLIDS_PROBLEM_REGISTER(problem_functions, "FS-MR", ElasFSMR, MR); in RegisterProblems()
|
| H A D | problems.h | 17 #define SOLIDS_PROBLEM_REGISTER(list, name, fname, physics) … macro
|