FunctorVectorElementalAuxTempl< true > ADFunctorVectorElementalAux
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
const Moose::Functor< GenericReal< is_ad > > & _factor
Factor to multiply the functor with.
virtual Real computeValue() override
Compute and return the value of the aux variable.
FunctorVectorElementalAuxTempl(const InputParameters ¶meters)
FunctorVectorElementalAuxTempl< false > FunctorVectorElementalAux
const unsigned int _component
The component to retrieve.
Evaluate a functor vector (material property usually) with the element as the functor argument and sa...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Moose::Functor< GenericRealVectorValue< is_ad > > & _functor
Reference to the material property.
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
Base class for creating new auxiliary kernels and auxiliary boundary conditions.