#include <frmE_inverse.hh>
Public Types | |
| typedef F | value_type |
Public Member Functions | |
| FrmE_Inverse (const ElementFormulaContainer< F, G > frm) | |
| FrmE_Inverse (const FrmE_Inverse< F, G > &frm) | |
| Copy constructor. | |
| 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_Inverse< F, G > * | clone () const |
| Virtual copy constructor. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Inverse of an element formula
| F | type of the product element formula |
| G | type of the basis functions |
Definition at line 36 of file frmE_inverse.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Definition at line 38 of file frmE_inverse.hh.
|
inline |
Copy constructor.
Definition at line 44 of file frmE_inverse.hh.
|
inlinevirtual |
Definition at line 47 of file frmE_inverse.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 69 of file frmE_inverse.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 73 of file frmE_inverse.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 51 of file frmE_inverse.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 57 of file frmE_inverse.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 63 of file frmE_inverse.hh.