const Moose::Functor< GenericReal< is_ad > > & _factor
Factor to multiply the functor with.
virtual RealVectorValue computeValue() override
Compute and return the value of the aux variable.
Evaluate a functor (functor material property, function or variable) with either the cell-center or q...
FunctorElementalGradientAuxTempl< true > ADFunctorElementalGradientAux
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
const bool _use_qp_arg
Whether to use a quadrature-based functor argument, appropriate for finite element evaluations...
const Moose::Functor< GenericReal< is_ad > > & _functor
Functor to evaluate with the element argument.
FunctorElementalGradientAuxTempl(const InputParameters ¶meters)
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
FunctorElementalGradientAuxTempl< false > FunctorElementalGradientAux
const GenericMaterialProperty< Real, is_ad > & _factor_matprop
Regular material property to multiply the functor with.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
Base class for creating new auxiliary kernels and auxiliary boundary conditions.