26 virtual void execute()
override;
Base class for function objects.
GetFunctionValueChainControl(const InputParameters ¶meters)
static InputParameters validParams()
virtual void execute() override
Execute the control.
Real & _value
The new control data.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Creates a control data and populates it by evaluating a Function.
const InputParameters & parameters() const
Get the parameters of the object.
const Function & _function
Function to be evaluated.
Control that additionally provides the capability to produce/consume data values, to allow control op...
const Point _point
Spatial point at which to evaluate the function.