Inverse of an element formula. More...
#include <frmE_inverse.hh>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual FrmE_Inverse< F, G > * | clone () const |
| Virtual copy constructor. | |
| FrmE_Inverse (const FrmE_Inverse< F, G > &frm) | |
| Copy constructor. | |
| FrmE_Inverse (const ElementFormulaContainer< F, G > frm) | |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
| Evaluates the formula. | |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const |
| virtual | ~FrmE_Inverse () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| ElementFormulaContainer< F, G > | frm_ |
| Original ElementFormula. | |
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.
typedef F concepts::ElementFormula< F, G >::value_type [inherited] |
Reimplemented in concepts::Formula< F >, concepts::MatrixElementFormula< F, dim, G >, concepts::VectorFormula< F, dim >, concepts::Formula< concepts::Point< Cmplx, 2 > >, concepts::Formula< Point< F, dim > >, concepts::Formula< Cmplx >, concepts::Formula< Real >, and concepts::Formula< Real2d >.
Definition at line 31 of file elementFormula.hh.
| concepts::FrmE_Inverse< F, G >::FrmE_Inverse | ( | const ElementFormulaContainer< F, G > | frm | ) | [inline] |
| concepts::FrmE_Inverse< F, G >::FrmE_Inverse | ( | const FrmE_Inverse< F, G > & | frm | ) | [inline] |
Copy constructor.
Definition at line 44 of file frmE_inverse.hh.
| virtual concepts::FrmE_Inverse< F, G >::~FrmE_Inverse | ( | ) | [inline, virtual] |
Definition at line 47 of file frmE_inverse.hh.
| virtual FrmE_Inverse<F,G>* concepts::FrmE_Inverse< F, G >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 69 of file frmE_inverse.hh.
| virtual std::ostream& concepts::FrmE_Inverse< F, G >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 73 of file frmE_inverse.hh.
| virtual F concepts::FrmE_Inverse< F, G >::operator() | ( | const ElementWithCell< G > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Implements concepts::ElementFormula< F, G >.
Definition at line 57 of file frmE_inverse.hh.
| virtual F concepts::FrmE_Inverse< F, G >::operator() | ( | const ElementWithCell< G > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Implements concepts::ElementFormula< F, G >.
Definition at line 63 of file frmE_inverse.hh.
| virtual F concepts::FrmE_Inverse< F, G >::operator() | ( | const ElementWithCell< G > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 51 of file frmE_inverse.hh.
ElementFormulaContainer<F,G> concepts::FrmE_Inverse< F, G >::frm_ [private] |
Original ElementFormula.
Definition at line 78 of file frmE_inverse.hh.