concepts::VectorElementFormulaBase< F, dim, G > Class Template Referenceabstract
Element formula returning a vector. More...
#include <vectorElementFormula.hh>
Public Types | |
typedef Point< F, dim > | value_type |
Public Member Functions | |
virtual VectorElementFormulaBase< F, dim, G > * | clone () const |
Virtual copy constructor. More... | |
virtual ElementFormula< Point< F, dim >, typename Realtype< F >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
const std::vector< ElementFormulaContainer< F, G > > & | getFormulas () |
Point< F, dim > | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
Evaluates the formula. More... | |
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 Point< F, dim > | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Point< F, dim > | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Point< F, dim > | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
ElementFormulaContainer< F, G > & | operator[] (int i) |
VectorElementFormulaBase () | |
VectorElementFormulaBase (const std::vector< ElementFormulaContainer< F, G > > &formulas) | |
Combines a vector of dim ElementFormulas to a VectorElementFormulaBase. More... | |
virtual | ~VectorElementFormulaBase () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Protected Attributes | |
std::vector< ElementFormulaContainer< F, G > > | formulas_ |
Detailed Description
template<typename F, int dim, typename G = typename Realtype<F>::type>
class concepts::VectorElementFormulaBase< F, dim, G >
Element formula returning a vector.
Definition at line 26 of file vectorElementFormula.hh.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ VectorElementFormulaBase() [1/2]
|
inline |
Definition at line 1 of file vectorElementFormula.hh.
◆ VectorElementFormulaBase() [2/2]
|
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.
◆ ~VectorElementFormulaBase()
|
inlinevirtual |
Definition at line 92 of file vectorElementFormula.hh.
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::Cloneable.
Definition at line 81 of file vectorElementFormula.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
Implemented in concepts::VectorElementFormulaBase< F, dim, typename Realtype< F >::type >.
◆ getFormulas()
|
inline |
Definition at line 94 of file vectorElementFormula.hh.
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 109 of file vectorElementFormula.hh.
◆ operator()() [1/6]
|
inline |
Evaluates the formula.
Definition at line 51 of file vectorElementFormula.hh.
◆ operator()() [2/6]
|
inline |
Definition at line 60 of file vectorElementFormula.hh.
◆ operator()() [3/6]
|
inline |
Definition at line 70 of file vectorElementFormula.hh.
◆ operator()() [4/6]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::VectorElementFormulaBase< F, dim, typename Realtype< F >::type >.
◆ operator()() [5/6]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::VectorElementFormulaBase< F, dim, typename Realtype< F >::type >.
◆ operator()() [6/6]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::VectorElementFormulaBase< F, dim, typename Realtype< F >::type >.
◆ operator[]()
|
inline |
Definition at line 99 of file vectorElementFormula.hh.
Member Data Documentation
◆ formulas_
|
protected |
Definition at line 107 of file vectorElementFormula.hh.
The documentation for this class was generated from the following file:
- formula/vectorElementFormula.hh