concepts::FrmE_Conjugate< F, G > Class Template Referenceabstract
Conjugate complex of an element formula. More...
#include <frmE_conjugate.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
virtual FrmE_Conjugate< F, G > * | clone () const |
Virtual constructor. More... | |
virtual ElementFormula< F, typename Realtype< F >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
FrmE_Conjugate (const ElementFormulaContainer< F, G > 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 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_Conjugate () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
ElementFormulaContainer< F, G > | frm_ |
ElementFormula. More... | |
Detailed Description
template<typename F, typename G = typename Realtype<F>::type>
class concepts::FrmE_Conjugate< F, G >
Conjugate complex of an element formula.
- Parameters
-
F type of the product element formula G type of the basis functions
Definition at line 34 of file frmE_conjugate.hh.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ FrmE_Conjugate()
|
inline |
Definition at line 36 of file frmE_conjugate.hh.
◆ ~FrmE_Conjugate()
|
inlinevirtual |
Definition at line 40 of file frmE_conjugate.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 58 of file frmE_conjugate.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 63 of file frmE_conjugate.hh.
◆ operator()() [1/6]
|
inlinevirtual |
Definition at line 43 of file frmE_conjugate.hh.
◆ operator()() [2/6]
|
inlinevirtual |
Definition at line 48 of file frmE_conjugate.hh.
◆ operator()() [3/6]
|
inlinevirtual |
Definition at line 53 of file frmE_conjugate.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 |
Definition at line 68 of file frmE_conjugate.hh.
The documentation for this class was generated from the following file:
- formula/frmE_conjugate.hh