Public Types | |
typedef F | value_type |
Public Member Functions | |
FrmE_Trace (const ElementFormulaContainer< Mapping< F, dim >, G > frm) | |
Constructor with an element formula giving back a mapping. | |
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_Trace< dim, F, G > * | 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 155 of file frmE_matrix.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Constructor with an element formula giving back a mapping.
Definition at line 158 of file frmE_matrix.hh.
|
inlinevirtual |
Definition at line 161 of file frmE_matrix.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 181 of file frmE_matrix.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 186 of file frmE_matrix.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 163 of file frmE_matrix.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 169 of file frmE_matrix.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 175 of file frmE_matrix.hh.