#include <frmE_conjugate.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
FrmE_Conjugate (const ElementFormulaContainer< F, G > frm) | |
virtual F | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
virtual F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
virtual F | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const |
virtual FrmE_Conjugate< F, G > * | clone () const |
Virtual copy constructor. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Conjugate complex of an element formula.
F | type of the product element formula |
G | type of the basis functions |
Definition at line 34 of file frmE_conjugate.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Definition at line 36 of file frmE_conjugate.hh.
|
inlinevirtual |
Definition at line 40 of file frmE_conjugate.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 58 of file frmE_conjugate.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 63 of file frmE_conjugate.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 43 of file frmE_conjugate.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 48 of file frmE_conjugate.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 53 of file frmE_conjugate.hh.