68 const StateArg & state)
const override final
85 const StateArg & state)
const override final
97 const StateArg & state)
const override final
114 return _vector.isExtrapolatedBoundaryFace(fi, elem, state);
This data structure is used to store geometric and variable related metadata about each cell face in ...
Base class template for functor objects.
typename FunctorReturnType< T, FunctorEvaluationKind::Gradient >::type GradientType
This rigmarole makes it so that a user can create functors that return containers (std::vector,...
virtual bool supportsFaceArg() const =0
Whether this functor supports evaluation with FaceArg.
const MooseFunctorName & functorName() const
Return the functor name.
virtual bool hasBlocks(SubdomainID) const
Returns whether the functor is defined on this block.
virtual bool supportsElemSideQpArg() const =0
Whether this functor supports evaluation with ElemSideQpArg.
GradientType gradient(const ElemArg &elem, const StateArg &state) const
Same as their evaluateGradient overloads with the same arguments but allows for caching implementatio...
GradientType gradDot(const ElemArg &elem, const StateArg &state) const
Same as their evaluateGradDot overloads with the same arguments but allows for caching implementation...
This is essentially a forwarding functor that forwards the spatial and temporal evaluation arguments ...
const VectorFunctor & _vector
The parent vector functor.
GradientType evaluateGradient(const FaceArg &face, const StateArg &state) const override final
bool supportsElemSideQpArg() const override final
Whether this functor supports evaluation with ElemSideQpArg.
ValueType evaluate(const ElemArg &elem, const StateArg &state) const override final
Evaluate the functor with a given element.
GradientType evaluateGradDot(const FaceArg &face, const StateArg &state) const override final
GradientType evaluateGradient(const ElemArg &elem_arg, const StateArg &state) const override final
Evaluate the functor gradient with a given element.
ValueType evaluate(const ElemPointArg &elem_point, const StateArg &state) const override final
Evaluate the functor with a given element and point.
typename libMesh::TensorTools::IncrementRank< T >::type VectorArg
bool hasBlocks(SubdomainID sub_id) const override
Returns whether the functor is defined on this block.
VectorComponentFunctor(const VectorFunctor &vector, const unsigned int component)
const unsigned int _component
The component at which we'll index the parent vector functor evaluation result.
ValueType evaluate(const ElemQpArg &elem_qp, const StateArg &state) const override final
GradientType evaluateGradDot(const ElemArg &elem_arg, const StateArg &state) const override final
Evaluate the functor gradient-dot with a given element.
ValueType evaluate(const NodeArg &node, const StateArg &state) const override final
bool isExtrapolatedBoundaryFace(const FaceInfo &fi, const Elem *elem, const Moose::StateArg &state) const override
Returns whether this (sided) face is an extrapolated boundary face for this functor.
ValueType evaluate(const FaceArg &face, const StateArg &state) const override final
bool supportsFaceArg() const override final
Whether this functor supports evaluation with FaceArg.
ValueType evaluate(const ElemSideQpArg &elem_side_qp, const StateArg &state) const override final
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...
A structure that is used to evaluate Moose functors logically at an element/cell center.
A structure that is used to evaluate Moose functors at an arbitrary physical point contained within a...
Argument for requesting functor evaluation at a quadrature point location in an element.
Argument for requesting functor evaluation at quadrature point locations on an element side.
A structure defining a "face" evaluation calling argument for Moose functors.
State argument for evaluating functors.