const Function & _func
Function being used to compute the value of this kernel.
Base class for function objects.
const InputParameters & parameters() const
Get the parameters of the object.
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
const Moose::Functor< Real > & _t_functor
Functor being used to provide the 't' coordinate.
virtual Real computeValue() override
Compute and return the value of the aux variable.
const Moose::Functor< Real > & _y_functor
Functor being used to provide the 'y' coordinate.
const Moose::Functor< Real > & _z_functor
Functor being used to provide the 'z' coordinate.
const Moose::Functor< Real > & _x_functor
Functor being used to provide the 'x' coordinate.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const bool _is_fe
Whether the target variable is finite element.
FunctorCoordinatesFunctionAux(const InputParameters ¶meters)
Factory constructor, takes parameters so that all derived classes can be built using the same constru...
static InputParameters validParams()
Function auxiliary value.
const Moose::Functor< Real > & _factor
A factor to multiply the output value with for convenience.