Definition at line 18 of file SBMDistanceFunctionTest.C.
◆ SBMDistanceFunctionTest()
| SBMDistanceFunctionTest::SBMDistanceFunctionTest |
( |
| ) |
|
|
inline |
◆ buildFunction()
| const Function & SBMDistanceFunctionTest::buildFunction |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const std::function< void(InputParameters &)> & |
set_params |
|
) |
| |
|
inlineprotected |
Definition at line 24 of file SBMDistanceFunctionTest.C.
27 {
31 set_params(params);
36 }
Real f(Real x)
Test function for Brents method.
InputParameters getValidParams(const std::string &name) const
std::shared_ptr< FEProblem > _fe_problem
virtual void initialSetup()
Referenced by parsed().
◆ parsed()
| const Function & SBMDistanceFunctionTest::parsed |
( |
const std::string & |
name, |
|
|
const std::string & |
expr |
|
) |
| |
|
inlineprotected |
Definition at line 38 of file SBMDistanceFunctionTest.C.
39 {
43 }
const Function & buildFunction(const std::string &type, const std::string &name, const std::function< void(InputParameters &)> &set_params)
The documentation for this class was generated from the following file: