Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Protected Member Functions | Private Attributes
concepts::ElementFormulaRotate2D< F > Class Template Reference

Rotated element formula of a 2D vector (90° to right). More...

#include <formula.hh>

Inheritance diagram for concepts::ElementFormulaRotate2D< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::ElementFormulaRotate2D< F >:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

template<class F>
class concepts::ElementFormulaRotate2D< F >

Rotated element formula of a 2D vector (90° to right).

Author:
Kersten Schmidt, 2005

Definition at line 207 of file formula.hh.


Member Typedef Documentation

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.


Constructor & Destructor Documentation

template<class F >
concepts::ElementFormulaRotate2D< F >::ElementFormulaRotate2D ( const ElementFormulaContainer< Point< F, 2 > >  frm) [inline]

Constructor.

Definition at line 211 of file formula.hh.


Member Function Documentation

template<class F >
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.

template<class F >
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.

Parameters:
elmElement
pPoint in space in local element coordinates
tPoint in time
template<class F >
virtual Point<F,2> concepts::ElementFormulaRotate2D< F >::operator() ( const ElementWithCell< Real > &  elm,
const Real  p,
const Real  t = 0.0 
) const [virtual]
template<class F >
virtual Point<F,2> concepts::ElementFormulaRotate2D< F >::operator() ( const ElementWithCell< Real > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [virtual]
template<class F >
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]

Member Data Documentation

template<class F >
const ElementFormulaContainer<Point<F,2> > concepts::ElementFormulaRotate2D< F >::frm_ [private]

Definition at line 226 of file formula.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)