virtual void computeLowerDJacobian(Moose::ConstraintJacobianType jacobian_type)
Computes one of the five pieces of Jacobian involving lower-d.
virtual void computeLowerDResidual()
Computes the Lower part of residual for the variable on the lower-d element.
The DGKernel class is responsible for calculating the residuals for various physics on internal sides...
RealEigenVector _work_vector
Work vector for residual computation.
This class provides an interface for common operations on field variables of both FE and FV types wit...
static InputParameters validParams()
Factory constructor initializes all internal references needed for residual computation.
virtual void computeJacobian() override
Computes the nine pieces of element/neighbor/lower-d - element/neighbor/lower-d Jacobian.
const ArrayVariableTestValue & _test_lambda
test functions
ArrayDGLowerDKernel(const InputParameters ¶meters)
virtual void initLowerDQpResidual()
Put necessary evaluations depending on qp but independent on test functions here. ...
OutputTools< RealEigenVector >::VariableValue ArrayVariableValue
const std::string & type() const
Get the type of this class.
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic > RealEigenMatrix
virtual void computeLowerDQpResidual(RealEigenVector &residual)=0
Method for computing the Lower part of residual at quadrature points, to be filled in residual...
const MooseVariableFEBase & lowerDVariable() const
The variable that this kernel operates on.
The DGKernel class is responsible for calculating the residuals for various physics on internal sides...
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 void computeResidual() override
Computes the residual for this element, the neighbor and the lower-d element.
virtual void computeOffDiagLowerDJacobian(Moose::ConstraintJacobianType type, const MooseVariableFEBase &jvar)
Computes one of the five pieces of off-diagonal Jacobian involving lower-d.
virtual RealEigenVector computeLowerDQpJacobian(Moose::ConstraintJacobianType jacobian_type)=0
Computes one of the five pieces of Jacobian involving lower-d at quadrature points.
const ArrayMooseVariable & _lowerd_var
Variable this kernel operates on.
virtual void initLowerDQpJacobian(Moose::ConstraintJacobianType)
Put necessary evaluations depending on qp but independent on test and shape functions here...
const MooseVariableFEBase & variable() const override final
The variable that this kernel operates on.
const InputParameters & parameters() const
Get the parameters of the object.
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector
const ArrayVariablePhiValue & _phi_lambda
Shape functions.
OutputTools< RealEigenVector >::VariableTestValue ArrayVariableTestValue
const ArrayVariableValue & _lambda
Holds the current solution at the current quadrature point on the face.
virtual void computeOffDiagJacobian(unsigned int jvar) override
Computes d-residual / d-jvar...
virtual RealEigenMatrix computeLowerDQpOffDiagJacobian(Moose::ConstraintJacobianType type, const MooseVariableFEBase &jvar)
Computes one of the five pieces of off-diagonal Jacobian involving lower-d at quadrature points...
ArrayMooseVariable & _var
Variable this kernel operates on.