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"))
40 iphdg_helper.resizeResiduals();
43 iphdg_helper.scalarFace();
45 iphdg_helper.lmFace();
static InputParameters validParams()
static InputParameters validParams()
virtual void compute() override
MassFluxPenaltyBC(const InputParameters ¶meters)
static InputParameters validParams()
std::unique_ptr< MassFluxPenaltyIPHDGAssemblyHelper > _iphdg_helper
The assembly helper providing the required IP-HDG method implementations.
registerMooseObject("NavierStokesApp", MassFluxPenaltyBC)
virtual IPHDGAssemblyHelper & iphdgHelper() override
const bool _dirichlet_boundary
Whether this is a Dirichlet boundary for the velocity.