frmE_normalVector.hh
virtual Real2d operator()(const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const
virtual FrmE_TangentialVector * clone() const
Virtual copy constructor.
Definition: frmE_normalVector.hh:76
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Element formula on 2D elements based on Quad3d returning the normal vector.
Definition: frmE_normalVector.hh:91
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Element formula on 1D elements based on Edge2d returning the tangential vector (left of normal vector...
Definition: frmE_normalVector.hh:60
virtual Real3d operator()(const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Interface for a formula defined element by element.
Definition: elementFormula.hh:35
virtual Real2d operator()(const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const
virtual FrmE_NormalVector * clone() const
Virtual copy constructor.
Definition: frmE_normalVector.hh:42
Element formula on 1D elements based on Edge2d returning the normal vector.
Definition: frmE_normalVector.hh:26