Product of two element formulas or an element formula and a factor. More...
#include <frmE_product.hh>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual FrmE_Product< F, H, J, G > * | clone () const |
| Virtual copy constructor. | |
| FrmE_Product (const ElementFormulaContainer< H > frm1, const ElementFormulaContainer< J > frm2) | |
| FrmE_Product (const ElementFormulaContainer< H > frm1, const J a) | |
| FrmE_Product (const FrmE_Product< F, H, J, G > &frm) | |
| Copy constructor. | |
| 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 F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
| virtual | ~FrmE_Product () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Member Functions | |
| FrmE_Product (const ElementFormulaContainer< H > frm1, const ElementFormulaContainer< J > frm2, const RCP< J > a) | |
| Private constructor. | |
Private Attributes | |
| RCP< J > | a_ |
| Constant factor instead of an ElementFormula (not necessary scalar) | |
| ElementFormulaContainer< H > | frm1_ |
| First ElementFormula. | |
| ElementFormulaContainer< J > | frm2_ |
| Second ElementFormula. | |
Product of two element formulas or an element formula and a factor.
| F | type of the product element formula |
| H | type of the first element formula |
| J | type of the second element formula or the factor |
| G | type of the basis functions |
Definition at line 37 of file frmE_product.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_Product< F, H, J, G >::FrmE_Product | ( | const ElementFormulaContainer< H > | frm1, |
| const ElementFormulaContainer< J > | frm2 | ||
| ) | [inline] |
| concepts::FrmE_Product< F, H, J, G >::FrmE_Product | ( | const ElementFormulaContainer< H > | frm1, |
| const J | a | ||
| ) | [inline] |
| concepts::FrmE_Product< F, H, J, G >::FrmE_Product | ( | const FrmE_Product< F, H, J, G > & | frm | ) | [inline] |
Copy constructor.
Definition at line 54 of file frmE_product.hh.
| virtual concepts::FrmE_Product< F, H, J, G >::~FrmE_Product | ( | ) | [inline, virtual] |
Definition at line 57 of file frmE_product.hh.
| concepts::FrmE_Product< F, H, J, G >::FrmE_Product | ( | const ElementFormulaContainer< H > | frm1, |
| const ElementFormulaContainer< J > | frm2, | ||
| const RCP< J > | a | ||
| ) | [inline, private] |
Private constructor.
Definition at line 117 of file frmE_product.hh.

| virtual FrmE_Product<F,H,J,G>* concepts::FrmE_Product< F, H, J, G >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 94 of file frmE_product.hh.
| virtual std::ostream& concepts::FrmE_Product< F, H, J, G >::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 99 of file frmE_product.hh.

| virtual F concepts::FrmE_Product< F, H, J, 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 72 of file frmE_product.hh.

| virtual F concepts::FrmE_Product< F, H, J, 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 83 of file frmE_product.hh.

| virtual F concepts::FrmE_Product< F, H, J, 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 61 of file frmE_product.hh.

RCP<J> concepts::FrmE_Product< F, H, J, G >::a_ [private] |
Constant factor instead of an ElementFormula (not necessary scalar)
Definition at line 114 of file frmE_product.hh.
ElementFormulaContainer<H> concepts::FrmE_Product< F, H, J, G >::frm1_ [private] |
First ElementFormula.
Definition at line 110 of file frmE_product.hh.
ElementFormulaContainer<J> concepts::FrmE_Product< F, H, J, G >::frm2_ [private] |
Second ElementFormula.
Definition at line 112 of file frmE_product.hh.