FunctorElementalGradientAuxTempl< true > ADFunctorElementalGradientAux
FunctorElementalGradientAuxTempl< false > FunctorElementalGradientAux
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Evaluate a functor (functor material property, function or variable) with either the cell-center or q...
virtual RealVectorValue computeValue() override
Compute and return the value of the aux variable.
const bool _use_qp_arg
Whether to use a quadrature-based functor argument, appropriate for finite element evaluations.
const Moose::Functor< GenericReal< is_ad > > & _factor
Factor to multiply the functor with.
static InputParameters validParams()
const Moose::Functor< GenericReal< is_ad > > & _functor
Functor to evaluate with the element argument.
const GenericMaterialProperty< Real, is_ad > & _factor_matprop
Regular material property 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...