17 template <
typename ComputeValueType>
28 template <
typename ComputeValueType>
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 >::VariableGradient & _grad_u_neighbor
Holds the current solution gradient at the current quadrature point.
InternalSideIndicatorTempl< Real > InternalSideIndicator
InternalSideIndicatorTempl< RealVectorValue > VectorInternalSideIndicator
virtual bool isFV() const
static InputParameters validParams()
Factory constructor initializes all internal references needed for indicator computation.
Enhances MooseVariableInterface interface provide values from neighbor elements.
const OutputTools< ComputeValueType >::VariableValue & _u
Holds the current solution at the current quadrature point on the face.
The InternalSideIndicator class is responsible for calculating the residuals for various physics on i...
InternalSideIndicatorTempl(const InputParameters ¶meters)
MooseVariableField< ComputeValueType > & _var
const OutputTools< ComputeValueType >::VariableGradient & _grad_u
Holds the current solution gradient at the current quadrature point on the face.
const InputParameters & parameters() const
Get the parameters of the object.