vectorElementFormula.hh
Element formula returning a vector.
Definition: vectorElementFormula.hh:27
std::vector< ElementFormulaContainer< F, G > > formulas_
Definition: vectorElementFormula.hh:107
ElementFormulaContainer< F, G > & operator[](int i)
Definition: vectorElementFormula.hh:99
#define conceptsAssert(cond, exc)
Assert that a certain condition is fulfilled.
Definition: exceptions.hh:394
virtual VectorElementFormulaBase< F, dim, G > * clone() const
Virtual copy constructor.
Definition: vectorElementFormula.hh:81
Interface for a formula defined element by element.
Definition: elementFormula.hh:35
const std::vector< ElementFormulaContainer< F, G > > & getFormulas()
Definition: vectorElementFormula.hh:94
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Definition: vectorElementFormula.hh:109
virtual ~VectorElementFormulaBase()
Definition: vectorElementFormula.hh:92
Point< F, dim > operator()(const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
Evaluates the formula.
Definition: vectorElementFormula.hh:51