virtual void computeJacobian() override
Computes the jacobian for the current element.
virtual Real computeQpJacobian(Moose::ConstraintJacobianType)
This is the virtual method that derived classes should override for computing the Jacobian...
const ADVariableValue & _u_secondary
Value of the unknown variable on the secondary node.
DualNumber< Real, DNDerivativeType, true > ADReal
const ADVariableValue & _u_primary
Holds the current solution at the current quadrature point.
ADReal _r
Data members for holding residuals.
virtual ADReal computeQpResidual(Moose::ConstraintType type)=0
This is the virtual method that derived classes should override for computing the residual...
std::vector< Real > _residuals
const std::string & type() const
Get the type of this class.
virtual void prepareSecondaryToPrimaryMap()=0
prepare the _secondary_to_primary_map (see NodeElemConstraintBase)
An ADNodeElemConstraint is used when you need to create constraints between a subdomain of secondary ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual void computeResidual() override
Computes the Nodal residual.
const InputParameters & parameters() const
Get the parameters of the object.
virtual Real computeQpOffDiagJacobian(Moose::ConstraintJacobianType, unsigned int)
This is the virtual method that derived classes should override for computing the off-diag Jacobian...
ADNodeElemConstraint(const InputParameters ¶meters)
static InputParameters validParams()
A NodeElemConstraintBase is used when you need to create constraints between a secondary node and a p...