6#ifndef linDG2DbilinearForm_hh
7#define linDG2DbilinearForm_hh
97 : omega_(omega), bc_(bc) {}
virtual IdentityBf * clone() const
virtual void operator()(const concepts::Element< Real > &elmV, const concepts::Element< Real > &elmU, concepts::ElementMatrix< Real > &em) const
Application operator.
LaplaceFluxBf(const concepts::BoundaryConditions *bc)
virtual LaplaceFluxBf * clone() const
virtual void operator()(const concepts::Element< Real > &elmV, const concepts::Element< Real > &elmU, concepts::ElementMatrix< Real > &em) const
Application operator for volume terms, does nothing.
virtual void operator()(const concepts::Element< Real > &elmV, const concepts::Element< Real > &elmU, concepts::ElementMatrix< Real > &em, const concepts::ElementPair< Real > &ep) const
Application operator for DG term.
virtual LaplaceStabBf * clone() const
virtual void operator()(const concepts::Element< Real > &elmV, const concepts::Element< Real > &elmU, concepts::ElementMatrix< Real > &em, const concepts::ElementPair< Real > &ep) const
Application operator for DG term.
virtual void operator()(const concepts::Element< Real > &elmV, const concepts::Element< Real > &elmU, concepts::ElementMatrix< Real > &em) const
Application operator for volume terms, does nothing.
LaplaceStabBf(Real omega, const concepts::BoundaryConditions *bc)
LaplaceVolBf()
Constructor.
virtual void operator()(const concepts::Element< Real > &elmV, const concepts::Element< Real > &elmU, concepts::ElementMatrix< Real > &em) const
Application operator.
virtual LaplaceVolBf * clone() const
#define conceptsAssert(cond, exc)