Base class for use when adding Pressure-Stabilized Petrov-Galerkin type stabilization (e....
std::vector< dof_id_type > _all_dof_indices
The union of the primary var dof indices as well as the LM dof indices.
void computeResidual() override
const std::vector< dof_id_type > & dofIndices() const override
MooseVariable & _lm_var
The Lagrange multiplier variable.
void computeResidualsForJacobian() override
const ADVariableValue & _lm
The values of the Lagrange multiplier variable at quadrature points.
const Real _lm_sign
The sign (either +1 or -1) applied to this object's residual when adding to the Lagrange multiplier c...
static InputParameters validParams()
const VariableTestValue & _lm_test
The values of the Lagrange multiplier test functions at quadrature points.
const InputParameters & parameters() const
VariableShapeValue< true > VariableTestValue
VariableValueTempl< true > ADVariableValue