#include <frmE_product.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
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 |
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_Product< F, H, J, G > * | clone () const |
Virtual copy constructor. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
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 39 of file frmE_product.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Definition at line 41 of file frmE_product.hh.
|
inline |
Definition at line 48 of file frmE_product.hh.
|
inline |
Copy constructor.
Definition at line 56 of file frmE_product.hh.
|
inlinevirtual |
Definition at line 59 of file frmE_product.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 96 of file frmE_product.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 101 of file frmE_product.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 63 of file frmE_product.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 74 of file frmE_product.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 85 of file frmE_product.hh.