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