OutputTools< Real >::VariableValue VariableValue
Real PostprocessorValue
various MOOSE typedefs
Enforces the average value of a finite element variable on a boundary using a scalar Lagrange multipl...
virtual void computeResidualAndJacobian() override
Compute this object's contribution to the residual and Jacobian simultaneously.
const VariableValue & _lambda
Lagrange multiplier scalar variable value.
void computeScalarResidual()
Compute the Lagrange multiplier residual contribution.
static InputParameters validParams()
void computeScalarFieldJacobian()
Compute the Jacobian contribution from the field variable to the Lagrange multiplier equation.
virtual void computeResidual() override
Compute this object's contribution to the residual.
virtual void computeOffDiagJacobian(unsigned int jvar) override
Computes d-ivar-residual / d-jvar...
const MooseVariableScalar & _lambda_var
Lagrange multiplier scalar variable.
void computeScalarJacobian()
Compute the zero diagonal block for the Lagrange multiplier equation.
virtual Real computeQpResidual() override
Method for computing the residual at quadrature points.
const MooseVariableScalar & lambdaVariable() const
virtual std::set< std::string > additionalROVariables() override
const PostprocessorValue & _phi0
The value that the boundary average of the field variable is constrained to.
void computeFieldScalarJacobian()
Compute the Jacobian contribution from the Lagrange multiplier to the field equation.
virtual void computeOffDiagJacobianScalar(unsigned int jvar) override
Computes jacobian block with respect to a scalar variable.
Base class for deriving any boundary condition of a integrated type.
const InputParameters & parameters() const
Get the parameters of the object.
Class for scalar variables (they are different).