Rotated element formula of a 2D vector (90° to right). More...
#include <formula.hh>


Public Types | |
| typedef Point< F, 2 > | value_type |
Public Member Functions | |
| virtual ElementFormulaRotate2D < F > * | clone () const |
| Virtual copy constructor. | |
| ElementFormulaRotate2D (const ElementFormulaContainer< Point< F, 2 > > frm) | |
| Constructor. | |
| 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 Real p, const Real t=0.0) const =0 |
| Evaluates the formula. | |
| 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 Real3d &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< typename Realtype< Point< F, 2 > >::type > &elm, const Real3d &p, const Real t=0.0) const =0 |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| const ElementFormulaContainer < Point< F, 2 > > | frm_ |
Rotated element formula of a 2D vector (90° to right).
Definition at line 207 of file formula.hh.
typedef Point< F, 2 > concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::value_type [inherited] |
Definition at line 31 of file elementFormula.hh.
| concepts::ElementFormulaRotate2D< F >::ElementFormulaRotate2D | ( | const ElementFormulaContainer< Point< F, 2 > > | frm | ) | [inline] |
Constructor.
Definition at line 211 of file formula.hh.
| virtual ElementFormulaRotate2D<F>* concepts::ElementFormulaRotate2D< F >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< Point< F, 2 > >.
Definition at line 220 of file formula.hh.
| virtual std::ostream& concepts::ElementFormulaRotate2D< F >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| virtual Point< F, 2 > concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::operator() | ( | const ElementWithCell< typename Realtype<Point< F, 2 > >::type > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
| virtual Point< F, 2 > concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::operator() | ( | const ElementWithCell< typename Realtype<Point< F, 2 > >::type > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
Evaluates the formula.
| elm | Element |
| p | Point in space in local element coordinates |
| t | Point in time |
| virtual Point<F,2> concepts::ElementFormulaRotate2D< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual Point<F,2> concepts::ElementFormulaRotate2D< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual Point<F,2> concepts::ElementFormulaRotate2D< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual Point< F, 2 > concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::operator() | ( | const ElementWithCell< typename Realtype<Point< F, 2 > >::type > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
const ElementFormulaContainer<Point<F,2> > concepts::ElementFormulaRotate2D< F >::frm_ [private] |
Definition at line 226 of file formula.hh.