53 const unsigned int jvar_num);
OutputTools< RealEigenVector >::VariableValue ArrayVariableValue
OutputTools< RealEigenVector >::VariablePhiValue ArrayVariablePhiValue
OutputTools< RealEigenVector >::VariableTestValue ArrayVariableTestValue
Base class for deriving any boundary condition of a integrated type.
ArrayMooseVariable & _var
Base class for deriving any boundary condition of a integrated type.
RealEigenVector _work_vector
Work vector for residual.
virtual void computeOffDiagJacobian(unsigned int jvar) override
Computes d-ivar-residual / d-jvar...
virtual void computeLowerDJacobian(Moose::ConstraintJacobianType type)
Method for computing the LowerLower, PrimaryLower and LowerPrimary parts of Jacobian.
void computeLowerDOffDiagJacobian(Moose::ConstraintJacobianType type, const unsigned int jvar_num)
Method for computing an off-diagonal jacobian component.
virtual void computeJacobian() override
Compute this object's contribution to the diagonal Jacobian entries.
virtual RealEigenMatrix computeLowerDQpOffDiagJacobian(Moose::ConstraintJacobianType type, const MooseVariableFEBase &jvar)
Method for computing an off-diagonal jacobian component at quadrature points.
const ArrayVariableValue & _lambda
Holds the current solution at the current quadrature point on the face.
const ArrayMooseVariable & variable() const override final
Returns the variable that this object operates on.
virtual void initLowerDQpOffDiagJacobian(Moose::ConstraintJacobianType, const MooseVariableFEBase &)
Put necessary evaluations depending on qp but independent on test and shape functions here for off-di...
virtual RealEigenVector computeLowerDQpJacobian(Moose::ConstraintJacobianType)=0
Method for computing the LowerLower, PrimaryLower and LowerPrimary parts of Jacobian at quadrature po...
static InputParameters validParams()
virtual void computeLowerDQpResidual(RealEigenVector &residual)=0
Method for computing the Lower part of residual at quadrature points, to be filled in residual.
const ArrayVariableTestValue & _test_lambda
test functions
virtual void initLowerDQpResidual()
Put necessary evaluations depending on qp but independent on test functions here.
virtual void initLowerDQpJacobian(Moose::ConstraintJacobianType)
Put necessary evaluations depending on qp but independent on test and shape functions here.
const ArrayMooseVariable & _lowerd_var
Variable this kernel operates on.
const ArrayVariablePhiValue & _phi_lambda
Shape functions.
virtual void computeResidual() override
Compute this object's contribution to the residual.
const ArrayMooseVariable & lowerDVariable() const
const InputParameters & parameters() const
Get the parameters of the object.
const std::string & type() const
Get the type of this class.
This class provides an interface for common operations on field variables of both FE and FV types wit...