frmE_component.hh
virtual ~FrmE_Component_Matrix()
Definition: frmE_component.hh:106
Class representing a component of an element formula.
Definition: frmE_component.hh:91
Class representing a component of an element formula.
Definition: frmE_component.hh:28
FrmE_Component_Matrix(const ElementFormulaContainer< F, G > &frm, const uint compRow, const uint compCol)
Constructor.
Definition: frmE_component.hh:100
virtual FrmE_Component_Matrix< F, G, H > * clone() const
Virtual constructor.
Definition: frmE_component.hh:129
Interface for a formula defined element by element.
Definition: elementFormula.hh:35
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Definition: frmE_component.hh:134
ElementFormulaContainer< F, G > frm_
Definition: frmE_component.hh:139
virtual H operator()(const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
Definition: frmE_component.hh:43
virtual FrmE_Component< F, G, H > * clone() const
Virtual constructor.
Definition: frmE_component.hh:64
virtual H operator()(const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
Definition: frmE_component.hh:108
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Definition: frmE_component.hh:69
FrmE_Component(const ElementFormulaContainer< F, G > &frm, const uint comp)
Constructor.
Definition: frmE_component.hh:36