concepts::ElementFormulaRotate2D< F > Class Template Referenceabstract

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

#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

virtual ElementFormulaRotate2D< F > * clone () const
 Virtual copy constructor. More...
 
virtual ElementFormula< Point< F, 2 >, typename Realtype< Point< F, 2 > >::type > * clone () const=0
 Virtual copy constructor. More...
 
 ElementFormulaRotate2D (const ElementFormulaContainer< Point< F, 2 > > frm)
 Constructor. More...
 
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 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. More...
 
virtual Point< F, 2 > operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real2d &p, const Real t=0.0) const=0
 Evaluates the formula. More...
 
virtual Point< F, 2 > operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real3d &p, const Real t=0.0) const=0
 Evaluates the formula. More...
 

Protected Member Functions

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

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 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() [1/2]

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

Virtual copy constructor.

Implements concepts::Cloneable.

Definition at line 222 of file formula.hh.

◆ clone() [2/2]

virtual ElementFormula<Point< F, 2 > ,typename Realtype<Point< F, 2 > >::type >* concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::clone
pure virtualinherited

Virtual copy constructor.

◆ 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/6]

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

◆ operator()() [2/6]

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

◆ operator()() [3/6]

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

◆ operator()() [4/6]

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()() [5/6]

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()() [6/6]

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

Member Data Documentation

◆ frm_

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

Definition at line 228 of file formula.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich