#include <frmE_sum.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
FrmE_Sum (const ElementFormulaContainer< H > frm1, const ElementFormulaContainer< J > frm2) | |
FrmE_Sum (const ElementFormulaContainer< H > frm1, const F a) | |
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_Sum< 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. | |
Class for a sum of element formulas.
Result of formula is sum of the results of the formulas.
Generalisation of class ComposeFormula.
Definition at line 36 of file frmE_sum.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Definition at line 38 of file frmE_sum.hh.
|
inline |
Definition at line 45 of file frmE_sum.hh.
|
inlinevirtual |
Definition at line 52 of file frmE_sum.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 85 of file frmE_sum.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 90 of file frmE_sum.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 57 of file frmE_sum.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 66 of file frmE_sum.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 75 of file frmE_sum.hh.