|
| ElementFormulaRotate2D (const ElementFormulaContainer< Point< F, 2 > > frm) |
| Constructor.
|
|
virtual Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
|
virtual Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
|
virtual Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
|
virtual ElementFormulaRotate2D< F > * | clone () const |
| Virtual copy constructor.
|
|
virtual Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real p, const Real t=0.0) const=0 |
|
virtual Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
|
virtual Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
|
template<
class F>
class concepts::ElementFormulaRotate2D< F >
Rotated element formula of a 2D vector (90� to right).
- Author
- Kersten Schmidt, 2005
Definition at line 209 of file formula.hh.