17template <
typename ComputeValueType>
28template <
typename ComputeValueType>
InternalSideIndicatorTempl< RealVectorValue > VectorInternalSideIndicator
InternalSideIndicatorTempl< Real > InternalSideIndicator
The InternalSideIndicator class is responsible for calculating the residuals for various physics on i...
const OutputTools< ComputeValueType >::VariableValue & _u_neighbor
Holds the current solution at the current quadrature point.
virtual bool isVarFV() const override
Whether or not the derived classes are acting on a finite volume variable or not.
const OutputTools< ComputeValueType >::VariableValue & _u
Holds the current solution at the current quadrature point on the face.
const OutputTools< ComputeValueType >::VariableGradient & _grad_u_neighbor
Holds the current solution gradient at the current quadrature point.
const OutputTools< ComputeValueType >::VariableGradient & _grad_u
Holds the current solution gradient at the current quadrature point on the face.
MooseVariableField< ComputeValueType > & _var
static InputParameters validParams()
Factory constructor initializes all internal references needed for indicator computation.
const InputParameters & parameters() const
Get the parameters of the object.
virtual bool isFV() const
Class for stuff related to variables.
Enhances MooseVariableInterface interface provide values from neighbor elements.