Implements an outflow boundary condition for use with a hybridized discretization of the Advection eq...
virtual ElementAndTraceScalarHDGAssemblyHelper & hdgHelper() override
Returns the helper used for common element-and-trace scalar HDG assembly.
const InputParameters & parameters() const
Get the parameters of the object.
Base boundary condition for element-and-trace scalar hybridized DG discretizations assembled with aut...
Implements all the methods for assembling a hybridized interior penalty discontinuous Galerkin (IPDG-...
AdvectionIPHDGOutflowBC(const InputParameters ¶meters)
virtual void compute(ElementAndTraceScalarHDGAssemblyHelper &) override
compute the AD residuals
const bool _constrain_lm
Whether to constrain the Lagrange multiplier to weakly match the interior solution on this boundary...
Method-neutral assembly data and operations for an element-and-trace scalar hybridized DG discretizat...
std::unique_ptr< AdvectionIPHDGAssemblyHelper > _iphdg_helper
The assembly helper providing the required IP-HDG method implementations.
static InputParameters validParams()