32 const std::set<SubdomainID> & block_ids,
33 const std::set<BoundaryID> & boundary_ids);
52 virtual void lmFace()
override;
Implements all the methods for assembling a hybridized interior penalty discontinuous Galerkin (IPDG-...
virtual void scalarVolume() override
Computes a local residual vector for the weak form: (Dq, grad(w)) - (f, w) where D is the diffusivity...
const MooseVariableFE< Real > & _pressure_var
The pressure variable on element interiors.
virtual void scalarFace() override
Computes a local residual vector for the weak form: -<Dq*n, w> + <\tau * (u - \hat{u}) * n * n,...
const ADVariableValue & _pressure_face_sol
The pressure solution on element faces.
const ADVariableValue & _pressure_sol
The pressure solution on element interiors.
virtual void lmFace() override
const Moose::CoordinateSystemType & _coord_sys
The coordinate system.
const unsigned int _rz_radial_coord
The radial coordinate index for RZ coordinate systems.
const MooseVariableFE< Real > & _pressure_face_var
The pressure variable on element faces.
virtual void scalarDirichlet(const Moose::Functor< Real > &dirichlet_value) override
unsigned int _component
The velocity component this object is adding a residual for.
static InputParameters validParams()
VariableValueTempl< true > ADVariableValue