Function auxiliary value.
Base class for function objects.
const InputParameters & parameters() const
Get the parameters of the object.
virtual RealVectorValue computeValue() override
Compute and return the value of the aux variable.
static InputParameters validParams()
Base class for creating new auxiliary kernels and auxiliary boundary conditions.
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.