#include <CosineHumpFunctionTest.h>
Public Member Functions | |
CosineHumpFunctionTest () | |
Protected Member Functions | |
void | buildObjects () |
T & | addObject (const std::string &type, const std::string &name, InputParameters ¶ms) |
Protected Attributes | |
const FunctionName | _fn_name_positive |
Tested function name for the "positive" hump tests. More... | |
const FunctionName | _fn_name_negative |
Tested function name for the "negative" hump tests. More... | |
const Real | _hump_center_position |
Hump center position. More... | |
const Real | _hump_width |
Hump width. More... | |
const Real | _hump_begin_value |
Value before and after hump. More... | |
const Real | _hump_center_value_positive |
Value at center of hump for the "positive" hump tests. More... | |
const Real | _hump_center_value_negative |
Value at center of hump for the "negative" hump tests. More... | |
std::unique_ptr< MooseMesh > | _mesh |
std::shared_ptr< MooseApp > | _app |
Factory & | _factory |
std::shared_ptr< FEProblem > | _fe_problem |
Definition at line 14 of file CosineHumpFunctionTest.h.
|
inline |
Definition at line 17 of file CosineHumpFunctionTest.h.
|
inlineprotected |
Definition at line 31 of file CosineHumpFunctionTest.h.
Referenced by CosineHumpFunctionTest().
|
protected |
Tested function name for the "negative" hump tests.
Definition at line 61 of file CosineHumpFunctionTest.h.
Referenced by buildObjects().
|
protected |
Tested function name for the "positive" hump tests.
Definition at line 59 of file CosineHumpFunctionTest.h.
Referenced by buildObjects().
|
protected |
Value before and after hump.
Definition at line 67 of file CosineHumpFunctionTest.h.
Referenced by buildObjects().
|
protected |
Hump center position.
Definition at line 63 of file CosineHumpFunctionTest.h.
Referenced by buildObjects().
|
protected |
Value at center of hump for the "negative" hump tests.
Definition at line 71 of file CosineHumpFunctionTest.h.
Referenced by buildObjects().
|
protected |
Value at center of hump for the "positive" hump tests.
Definition at line 69 of file CosineHumpFunctionTest.h.
Referenced by buildObjects().
|
protected |