elementFormula.hh
Interface for a formula defined element by element.
Definition: elementFormula.hh:35
bool operator==(const Point< F, dim > &x, const Point< F, dim > &y)
Definition: vectorsMatrices.hh:231
virtual ElementFormula< F, G > * clone() const =0
Virtual copy constructor.
virtual F operator()(const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const =0
Evaluates the formula.