#include <vectorElementFormula.hh>
Public Types | |
typedef F | value_type |
Public Member Functions | |
VectorElementFormulaBase (const std::vector< ElementFormulaContainer< F, G > > &formulas) | |
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_ |
Element formula returning a vector.
Definition at line 26 of file vectorElementFormula.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Definition at line 1 of file vectorElementFormula.hh.
|
inline |
Combines a vector of dim
ElementFormulas to a VectorElementFormulaBase.
Each ElementFormula is given as a ElementFormulaContainer
Definition at line 1 of file vectorElementFormula.hh.
|
inlinevirtual |
Definition at line 92 of file vectorElementFormula.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 81 of file vectorElementFormula.hh.
|
inline |
Definition at line 94 of file vectorElementFormula.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 109 of file vectorElementFormula.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 51 of file vectorElementFormula.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 60 of file vectorElementFormula.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 70 of file vectorElementFormula.hh.
|
inline |
Definition at line 99 of file vectorElementFormula.hh.
|
protected |
Definition at line 107 of file vectorElementFormula.hh.