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