Home
last modified time | relevance | path

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

/libCEED/examples/solids/problems/
H A Dproblems.c16 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 Dproblems.h17 #define SOLIDS_PROBLEM_REGISTER(list, name, fname, physics) … macro