DualNumber< Real, DNDerivativeType, true > ADReal
Real PostprocessorValue
various MOOSE typedefs
Base class for FV elemental kernels that need qp-indexed solution values.
Base class for implementing constraints on finite volume variable elemental values using scalar Lagra...
ADReal computeQpResidual() override=0
This is the primary function that must be implemented for flux kernel terms.
void computeResidual() override final
Usually you should not override these functions - they have some tricky stuff in them that you don't ...
void computeJacobian() override final
Compute this object's contribution to the diagonal Jacobian entries.
void computeOffDiagJacobian() override final
void computeResidualAndJacobian() override final
Compute this object's contribution to the residual and Jacobian simultaneously.
static InputParameters validParams()
const PostprocessorValue & _phi0
The value that we want the average of the primal variable to be equal to.
const MooseVariableScalar & _lambda_var
The Lagrange Multiplier variable.
const ADVariableValue & _lambda
The Lagrange Multiplier value.
const MooseVariableScalar & lambdaVariable() const
const InputParameters & parameters() const
Get the parameters of the object.
Class for scalar variables (they are different).