OutputTools< Real >::VariableGradient VariableGradient
virtual Real computeQpOffDiagJacobian(Moose::ConstraintJacobianType, unsigned int)
This is the virtual method that derived classes should override for computing the off-diag Jacobian...
static InputParameters validParams()
NodeElemConstraint(const InputParameters ¶meters)
virtual Real computeQpResidual(Moose::ConstraintType type)=0
This is the virtual method that derived classes should override for computing the residual...
virtual void computeJacobian() override
Computes the jacobian for the current element.
const VariableValue & _u_secondary
Value of the unknown variable on the secondary node.
void getConnectedDofIndices(unsigned int var_num)
Gets the indices for all dofs connected to the constraint.
const VariableValue & _u_primary
Holds the current solution at the current quadrature point.
virtual void computeOffDiagJacobian(unsigned int jvar) override
Computes d-residual / d-jvar...
const VariableTestGradient & _grad_test_primary
Gradient of side shape function.
const std::string & type() const
Get the type of this class.
OutputTools< Real >::VariableValue VariableValue
virtual Real computeQpJacobian(Moose::ConstraintJacobianType type)
This is the virtual method that derived classes should override for computing the Jacobian...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableGradient & _grad_u_primary
Holds the current solution gradient at the current quadrature point.
virtual void computeResidual() override
Computes the residual Nodal residual.
const InputParameters & parameters() const
Get the parameters of the object.
OutputTools< Real >::VariableTestGradient VariableTestGradient
A NodeElemConstraintBase is a base class for constraints between a subdomain with secondary nodes and...
A NodeElemConstraintBase is used when you need to create constraints between a secondary node and a p...
virtual void prepareSecondaryToPrimaryMap()=0
prepare the _secondary_to_primary_map (see NodeElemConstraintBase)
const VariablePhiGradient & _grad_phi_primary
Gradient of side shape function.