Public Types | |
typedef F | value_type |
Public Member Functions | |
ElementFormulaCompose (const ElementFormula< H, G > &frm1, const ElementFormula< H, G > &frm2) | |
ElementFormulaCompose (const ElementFormulaCompose< F, G, H > &frm) | |
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 ElementFormulaCompose< F, G, H > * | clone () const |
Virtual copy constructor. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Definition at line 126 of file formula.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Definition at line 128 of file formula.hh.
|
inline |
Definition at line 131 of file formula.hh.
|
inlinevirtual |
Definition at line 133 of file formula.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 148 of file formula.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 168 of file formula.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 136 of file formula.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 140 of file formula.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 144 of file formula.hh.