bf_identity.hh
void operator()(const Quad< Real > &elmX, const Quad< Real > &elmY, concepts::ElementMatrix< F > &em) const
concepts::ElementFormulaContainer< concepts::Mapping< Real, 2 > > frmM_
Matrix element formula.
Definition: bilinearFormHelper.hh:195
IdentityMatrix(const FrmE_Matrix frm=FrmE_Matrix())
Constructor.
GenericElement< KarniadakisMixin< F > > Element
template aliases for backwards compatibility
Definition: element.hh:270
Helper class for bilinearforms a(u,v), where u and v are 1-forms, which computes intermediate data fo...
Definition: bilinearFormHelper.hh:140
concepts::Combtype< F, G >::type value_type
Definition: bf_identity.hh:65
Abstract function class to evaluate a bilinear form.
Definition: bilinearForm.hh:33
bool assemble_(const Quad< Real > *elmX, const Quad< Real > *elmY, concepts::ElementMatrix< value_type > &em) const
A function class to calculate element matrices for the mass matrix.
Definition: bf_identity.hh:94
IdentityBase(const concepts::ElementFormulaContainer< F > frm, bool all=false)
Constructor.
Identity(const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >())
Constructor.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Base class to calculate element matrices for the Identity, for both scalar and matrix formulas.
Definition: bf_identity.hh:63
IdentityBase(const concepts::ElementFormulaContainer< concepts::Mapping< G, 2 > > frm, bool all=false)
virtual void operator()(const concepts::Element< Real > &elmX, const concepts::Element< Real > &elmY, concepts::ElementMatrix< F > &em) const
virtual void operator()(const Quad< Real > &elmX, const Quad< Real > &elmY, concepts::ElementMatrix< F > &em) const
void operator()(const concepts::Element< Real > &elmX, const concepts::Element< Real > &elmY, concepts::ElementMatrix< F > &em) const
concepts::ElementFormulaContainer< concepts::Mapping< F, 2 > > FrmE_Matrix
Definition: bf_identity.hh:130
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
A function class to calculate element matrices for the mass matrix with a matrix function in between.
Definition: bf_identity.hh:127