Function auxiliary value.
Base class for function objects.
virtual RealVectorValue computeValue() override
Compute and return the value of the aux variable.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
VectorFunctionAux(const InputParameters ¶meters)
Factory constructor, takes parameters so that all derived classes can be built using the same constru...
const Function & _function
Function being used to compute the value of this kernel.