Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::ElementFormulaRotate2D< F > Class Template Referenceabstract

#include <formula.hh>

Inheritance diagram for concepts::ElementFormulaRotate2D< F >:
concepts::ElementFormula< Point< F, 2 > > concepts::Cloneable concepts::OutputOperator

Public Types

typedef Point< F, 2 > value_type
 

Public Member Functions

 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
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

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 209 of file formula.hh.

Member Typedef Documentation

◆ value_type

typedef Point< F, 2 > concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::value_type
inherited

Definition at line 37 of file elementFormula.hh.

Constructor & Destructor Documentation

◆ ElementFormulaRotate2D()

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

Constructor.

Definition at line 212 of file formula.hh.

Member Function Documentation

◆ clone()

template<class F >
virtual ElementFormulaRotate2D< F > * concepts::ElementFormulaRotate2D< F >::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< Point< F, 2 > >.

Definition at line 222 of file formula.hh.

◆ info()

template<class F >
virtual std::ostream & concepts::ElementFormulaRotate2D< F >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ operator()() [1/3]

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 virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [2/3]

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 virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

◆ operator()() [3/3]

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 virtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

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