#include <frmE_component.hh>
  
Public Types | |
| typedef F | value_type | 
Public Member Functions | |
| FrmE_Component_Matrix (const ElementFormulaContainer< F, G > &frm, const uint compRow, const uint compCol) | |
| 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_Matrix< 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 91 of file frmE_component.hh.
      
  | 
  inherited | 
Definition at line 37 of file elementFormula.hh.
      
  | 
  inline | 
Constructor
| frm | The original element formula. | 
| compRow | The row number of the component (starting at 0). | 
| compCol | The column number of the component (starting at 0). | 
Definition at line 100 of file frmE_component.hh.
      
  | 
  inlinevirtual | 
Definition at line 106 of file frmE_component.hh.
      
  | 
  inlinevirtual | 
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 129 of file frmE_component.hh.
      
  | 
  inlineprotectedvirtual | 
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 134 of file frmE_component.hh.
      
  | 
  inlinevirtual | 
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 108 of file frmE_component.hh.
      
  | 
  inlinevirtual | 
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 115 of file frmE_component.hh.
      
  | 
  inlinevirtual | 
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 122 of file frmE_component.hh.