concepts::FrmE_Trace< dim, F, G > Class Template Referenceabstract
#include <frmE_matrix.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
virtual FrmE_Trace< dim, F, G > * | clone () const |
Virtual constructor. More... | |
virtual ElementFormula< F, typename Realtype< F >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
FrmE_Trace (const ElementFormulaContainer< Mapping< F, dim >, G > frm) | |
Constructor with an element formula giving back a mapping. More... | |
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 F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual | ~FrmE_Trace () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
ElementFormulaContainer< Mapping< F, dim >, G > | frm_ |
The element formula of the matrix. More... | |
Detailed Description
template<int dim, class F, class G = typename Realtype<F>::type>
class concepts::FrmE_Trace< dim, F, G >
Definition at line 155 of file frmE_matrix.hh.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ FrmE_Trace()
|
inline |
Constructor with an element formula giving back a mapping.
Definition at line 158 of file frmE_matrix.hh.
◆ ~FrmE_Trace()
|
inlinevirtual |
Definition at line 161 of file frmE_matrix.hh.
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Definition at line 181 of file frmE_matrix.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 186 of file frmE_matrix.hh.
◆ operator()() [1/6]
|
inlinevirtual |
Definition at line 163 of file frmE_matrix.hh.
◆ operator()() [2/6]
|
inlinevirtual |
Definition at line 169 of file frmE_matrix.hh.
◆ operator()() [3/6]
|
inlinevirtual |
Definition at line 175 of file frmE_matrix.hh.
◆ operator()() [4/6]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ operator()() [5/6]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ operator()() [6/6]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
Member Data Documentation
◆ frm_
|
private |
The element formula of the matrix.
Definition at line 191 of file frmE_matrix.hh.
The documentation for this class was generated from the following file:
- formula/frmE_matrix.hh