Real PostprocessorValue
various MOOSE typedefs
Base class for implementing constraints on boundaries for finite volume variables using scalar Lagran...
const ADVariableValue & _lambda
The Lagrange Multiplier value.
const MooseVariableScalar & lambdaVariable() const
void computeResidual(const FaceInfo &fi) override final
Compute the residual on the supplied face.
void computeJacobian(const FaceInfo &fi) override final
Compute the jacobian on the supplied face.
const PostprocessorValue & _phi0
The value that we want the average/point-value/etc. of the primal variable to be equal to.
const MooseVariableScalar & _lambda_var
The Lagrange Multiplier variable.
static InputParameters validParams()
Provides an interface for computing residual contributions from finite volume numerical fluxes comput...
This data structure is used to store geometric and variable related metadata about each cell face in ...
const InputParameters & parameters() const
Get the parameters of the object.
Class for scalar variables (they are different).