26 virtual void execute()
override;
Base class for function objects.
static InputParameters validParams()
A basic control for changing a boolean-valued input parameter using a Function.
Base class for Control objects.
virtual void execute() override
Execute the control.
const InputParameters & parameters() const
Get the parameters of the object.
const Function & _function
The function to determine the value of the controlled parameter.
BoolFunctionControl(const InputParameters ¶meters)