Element formula on 2D elements based on Quad3d returning the normal vector.
More...
#include <frmE_normalVector.hh>
|
virtual FrmE_NormalVector3d * | clone () const |
| Virtual constructor. More...
|
|
virtual ElementFormula< Real3d, typename Realtype< Real3d >::type > * | clone () const=0 |
| Virtual copy constructor. More...
|
|
virtual Real3d | operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
|
virtual Real3d | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
|
virtual Real3d | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
|
virtual Real3d | operator() (const ElementWithCell< typename Realtype< Real3d >::type > &elm, const Real p, const Real t=0.0) const=0 |
| Evaluates the formula. More...
|
|
virtual Real3d | operator() (const ElementWithCell< typename Realtype< Real3d >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
| Evaluates the formula. More...
|
|
virtual Real3d | operator() (const ElementWithCell< typename Realtype< Real3d >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
| Evaluates the formula. More...
|
|
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. More...
|
|
Element formula on 2D elements based on Quad3d returning the normal vector.
- Author
- Philipp Kliewe, 2013
Definition at line 91 of file frmE_normalVector.hh.
◆ value_type
◆ clone() [1/2]
◆ clone() [2/2]
Virtual copy constructor.
◆ info()
virtual std::ostream& concepts::FrmE_NormalVector3d::info |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
◆ operator()() [1/6]
◆ operator()() [2/6]
◆ operator()() [3/6]
◆ operator()() [4/6]
Evaluates the formula.
- Parameters
-
◆ operator()() [5/6]
Evaluates the formula.
- Parameters
-
◆ operator()() [6/6]
Evaluates the formula.
- Parameters
-
The documentation for this class was generated from the following file: