A structure that is used to evaluate Moose functors logically at an element/cell center. More...
#include <MooseFunctorArguments.h>
Public Member Functions | |
Point | getPoint () const |
Public Attributes | |
const libMesh::Elem * | elem |
bool | correct_skewness |
Friends | |
bool | operator< (const ElemArg &l, const ElemArg &r) |
friend function that allows this structure to be used as keys in ordered containers like sets and maps More... | |
A structure that is used to evaluate Moose functors logically at an element/cell center.
Definition at line 28 of file MooseFunctorArguments.h.
|
inline |
Definition at line 36 of file MooseFunctorArguments.h.
friend function that allows this structure to be used as keys in ordered containers like sets and maps
Definition at line 42 of file MooseFunctorArguments.h.
bool Moose::ElemArg::correct_skewness |
Definition at line 31 of file MooseFunctorArguments.h.
Referenced by MooseVariableFV< Real >::evaluateGradient(), and Moose::FV::greenGaussGradient().
const libMesh::Elem* Moose::ElemArg::elem |
Definition at line 30 of file MooseFunctorArguments.h.
Referenced by PiecewiseByBlockLambdaFunctor< T >::evaluate(), MooseVariableFV< Real >::evaluate(), MooseVariableFE< Real >::evaluate(), MooseVariableFE< Real >::evaluateDot(), MooseVariableFE< Real >::evaluateGradDot(), MooseLinearVariableFV< Real >::evaluateGradient(), MooseVariableFV< Real >::evaluateGradient(), MooseVariableFE< Real >::evaluateGradient(), getPoint(), and Moose::FV::greenGaussGradient().