Public Types | |
| typedef F | value_type | 
Public Member Functions | |
| Point< F, dim > | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const | 
| Point< F, dim > | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const | 
| Point< F, dim > | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const | 
| virtual VectorElementFormulaBase< F, dim, G > * | clone () const | 
| Virtual copy constructor.   | |
| const std::vector< ElementFormulaContainer< F, G > > & | getFormulas () | 
| ElementFormulaContainer< F, G > & | operator[] (int i) | 
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const | 
| Returns information in an output stream.   | |
Protected Attributes | |
| std::vector< ElementFormulaContainer< F, G > > | formulas_ | 
Definition at line 126 of file vectorElementFormula.hh.
      
  | 
  inherited | 
Definition at line 37 of file elementFormula.hh.
      
  | 
  inlinevirtualinherited | 
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 81 of file vectorElementFormula.hh.
      
  | 
  inlineinherited | 
Definition at line 94 of file vectorElementFormula.hh.
      
  | 
  inlineprotectedvirtualinherited | 
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 109 of file vectorElementFormula.hh.
      
  | 
  inlinevirtualinherited | 
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 51 of file vectorElementFormula.hh.
      
  | 
  inlinevirtualinherited | 
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 60 of file vectorElementFormula.hh.
      
  | 
  inlinevirtualinherited | 
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 70 of file vectorElementFormula.hh.
      
  | 
  inlineinherited | 
Definition at line 99 of file vectorElementFormula.hh.
      
  | 
  protectedinherited | 
Definition at line 107 of file vectorElementFormula.hh.