HDGKernel(const InputParameters ¶meters)
A kernel for hybridized finite element formulations.
const QBase *const & _qrule_face
The face quadrature rule.
const InputParameters & parameters() const
Get the parameters of the object.
virtual void computeResidualAndJacobianOnSide()
virtual void computeResidualOnSide()=0
const MooseArray< Real > & _JxW_face
transformed Jacobian weights on the current element face
virtual void computeJacobianOnSide()=0
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void mooseError(Args &&... args) const
Emits an error prefixed with object name and type and optionally a file path to the top-level block p...
static InputParameters validParams()
const MooseArray< Point > & _normals
face normals
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
const MooseArray< Point > & _q_point_face
The physical locations of the quadrature points on the face.