7#ifndef HP2DEDGE_BF_ADVECTION_HH_
8#define HP2DEDGE_BF_ADVECTION_HH_
62 template<
class F = Real>
69 :
hp2D::BilinearFormHelper_2_1<F>(frm1, frm2)
74 :
hp2D::BilinearFormHelper_2_1<F>(frm)
77 virtual ~Advection() {}
79 virtual Advection<F>* clone()
const {
80 return new Advection<F>(this->frm_);
88 virtual std::ostream& info(std::ostream& os)
const;
91 void operator()(
const Quad<Real>& elmX,
92 const Quad<Real>& elmY,
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.
GenericElement< KarniadakisMixin< F > > Element
template aliases for backwards compatibility