FunctorVectorElementalAuxTempl< false > FunctorVectorElementalAux
FunctorVectorElementalAuxTempl< true > ADFunctorVectorElementalAux
Evaluate a functor vector (material property usually) with the element as the functor argument and sa...
const Moose::Functor< GenericRealVectorValue< is_ad > > & _functor
Reference to the material property.
virtual Real computeValue() override
Compute and return the value of the aux variable.
static InputParameters validParams()
const unsigned int _component
The component to retrieve.
const Moose::Functor< GenericReal< is_ad > > & _factor
Factor to multiply the functor with.
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...