17   params.addRequiredParam<MooseFunctorName>(
"functor",
    18                                             "The Dirichlet value for the primal variable");
    23   : 
IPHDGBC(params), _dirichlet_val(getFunctor<
Real>(
"functor"))
    31   iphdg_helper.resizeResiduals();
 static InputParameters validParams()
Implements a prescribed flux for an IP-HDG discretization. 
static InputParameters validParams()
IPHDGDirichletBC(const InputParameters ¶meters)
virtual void compute() override
compute the AD residuals 
virtual IPHDGAssemblyHelper & iphdgHelper()=0
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Moose::Functor< Real > & _dirichlet_val
Functor computing the Dirichlet boundary value.