virtual Real computeQpJacobian(Moose::DGJacobianType) override
This is the virtual that derived classes should override for computing the Jacobian on neighboring el...
The HFEMTestJump class computes an L2 product (lambda, [u*])_Gamma, where Gamma is the set of interna...
const unsigned int _lambda_id
Variable id for lambda.
The DGKernel class is responsible for calculating the residuals for various physics on internal sides...
virtual Real computeQpResidual(Moose::DGResidualType type) override
This is the virtual that derived classes should override for computing the residual on neighboring el...
HFEMTestJump(const InputParameters ¶meters)
const std::string & type() const
Get the type of this class.
OutputTools< Real >::VariableValue VariableValue
const MooseVariable & _lambda_var
Variable for the lagrange multiplier lambda.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
const VariableValue & _lambda
Current lambda solution at the current side quadrature point.
const VariablePhiValue & _test_lambda
lambda test function at the current side quadrature point
const VariablePhiValue & _phi_lambda
lambda shape function at the current side quadrature point
virtual Real computeQpOffDiagJacobian(Moose::DGJacobianType type, unsigned int jvar) override
This is the virtual that derived classes should override for computing the off-diag Jacobian...