30 const std::set<SubdomainID> & block_ids,
31 const std::set<BoundaryID> & boundary_ids);
Keeps track of stuff related to assembling.
Base class for a system (of equations)
Implements all the methods for assembling a hybridized interior penalty discontinuous Galerkin (IPDG-...
Interface for objects that needs transient capabilities.
Every object that can be built by the factory should be derived from this class.
virtual ADRealVectorValue faceVelocity(unsigned int qp) const override
AdvectionIPHDGAssemblyHelper(const MooseObject *const moose_obj, MooseVariableDependencyInterface *const mvdi, const TransientInterface *const ti, SystemBase &sys, const Assembly &assembly, const THREAD_ID tid, const std::set< SubdomainID > &block_ids, const std::set< BoundaryID > &boundary_ids)
const ADMaterialProperty< RealVectorValue > & _face_velocity
Face evaluation of the H(div)-conforming cell velocity.
static InputParameters validParams()
Shared assembly for element-and-trace scalar hybridized DG discretizations of the advection equation...