#include <frmE_component.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
FrmE_Component (const ElementFormulaContainer< F, G > &frm, const uint comp) | |
virtual H | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
virtual H | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
virtual H | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const |
virtual FrmE_Component< 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. | |
Class representing a component of an element formula.
F | type of the original element formula. |
G | type of the basis functions. |
H | type of the resulting element formula. |
Definition at line 28 of file frmE_component.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Constructor
frm | The original element formula. |
comp | The number of the component (starting at 0). |
Definition at line 36 of file frmE_component.hh.
|
inlinevirtual |
Definition at line 41 of file frmE_component.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 64 of file frmE_component.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 69 of file frmE_component.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 43 of file frmE_component.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 50 of file frmE_component.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 57 of file frmE_component.hh.