Base kernel for implementing an interior penalty hybridized discretization.
DiffusionIPHDGKernel(const InputParameters ¶ms)
Base class that declares all the methods for assembling a hybridized interior penalty discontinuous G...
std::unique_ptr< DiffusionIPHDGAssemblyHelper > _iphdg_helper
The assembly helper providing the required IP-HDG method implementations.
virtual IPHDGAssemblyHelper & iphdgHelper() override
Implements the diffusion equation for a interior penalty hybridized discretization.
static InputParameters validParams()