49 unsigned int jvar) = 0;
OutputTools< RealVectorValue >::VariablePhiValue VectorVariablePhiValue
OutputTools< Real >::VariablePhiValue VariablePhiValue
OutputTools< Real >::VariableGradient VariableGradient
OutputTools< Real >::VariableValue VariableValue
OutputTools< Real >::VariablePhiGradient VariablePhiGradient
OutputTools< RealVectorValue >::VariablePhiGradient VectorVariablePhiGradient
const InputParameters & parameters() const
Get the parameters of the object.
virtual void computeJacobian() override
Method for computing the Jacobian.
virtual void computeResidual() override
Method for computing the residual.
const VariableGradient & _grad_u_secondary
The primal solution gradient on the secondary side.
const VariablePhiGradient * _grad_phi
The current shape function gradients.
virtual Real computeQpResidual(Moose::MortarType mortar_type)=0
compute the residual at the quadrature points
const VariablePhiValue * _phi
The current shape functions.
const VectorVariablePhiGradient * _vector_grad_phi
The current shape function gradients for vector variables.
static InputParameters validParams()
const VariableGradient & _grad_u_primary
The primal solution gradient on the primary side.
const VectorVariablePhiValue * _vector_phi
The current shape functions for vector variables.
const VariableValue & _u_secondary
The primal solution on the secondary side.
virtual Real computeQpJacobian(Moose::ConstraintJacobianType jacobian_type, unsigned int jvar)=0
compute the jacobian at the quadrature points
virtual void computeJacobian() override
Method for computing the Jacobian.
const VariableValue _lambda_dummy
A dummy object useful for constructing _lambda when not using Lagrange multipliers.
virtual void computeResidual() override
Method for computing the residual.
const VariableValue & _lambda
The LM solution.
const VariableValue & _u_primary
The primal solution on the primary side.