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