17 params.addRequiredParam<MooseFunctorName>(
"functor",
18 "The Dirichlet value for the primal variable");
static InputParameters validParams()
Base boundary condition for element-and-trace scalar hybridized DG discretizations assembled with aut...
void resizeResiduals()
Resizes the element-interior and facet residual vectors for the current element.
virtual void compute(ElementAndTraceScalarHDGAssemblyHelper &helper) override
compute the AD residuals
IPHDGDirichletBC(const InputParameters ¶meters)
Method-neutral assembly data and operations for an element-and-trace scalar hybridized DG discretizat...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const Moose::Functor< Real > & _dirichlet_val
Functor computing the Dirichlet boundary value.
void lmDirichlet(const Moose::Functor< Real > &dirichlet_value)
Enforces a Dirichlet value in the facet equation.
virtual void scalarDirichlet(const Moose::Functor< Real > &dirichlet_value)=0
Assembles the element-interior equation on a Dirichlet boundary.