21 "stabilization for discontinuous Galerkin methods.");
23 "Whether this is a Dirichlet boundary for the velocity. If it is, " 24 "then we will not compute the trace residuals");
31 this, this, this, _mesh, _sys, _assembly, _tid,
std::set<
SubdomainID>{}, boundaryIDs())),
32 _dirichlet_boundary(getParam<bool>(
"dirichlet_boundary"))
virtual void compute(ElementAndTraceScalarHDGAssemblyHelper &helper) override
static InputParameters validParams()
virtual ElementAndTraceScalarHDGAssemblyHelper & hdgHelper() override
MassFluxPenaltyBC(const InputParameters ¶meters)
static InputParameters validParams()
std::unique_ptr< MassFluxPenaltyIPHDGAssemblyHelper > _iphdg_helper
The assembly helper providing the required IP-HDG method implementations.
virtual void scalarFace()=0
registerMooseObject("NavierStokesApp", MassFluxPenaltyBC)
static InputParameters validParams()
const bool _dirichlet_boundary
Whether this is a Dirichlet boundary for the velocity.