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

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

Inverse of an element formula. More...

#include <frmE_inverse.hh>

Inheritance diagram for concepts::FrmE_Inverse< F, G >:
Inheritance graph
[legend]
Collaboration diagram for concepts::FrmE_Inverse< F, G >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef F value_type

Public Member Functions

virtual FrmE_Inverse< F, G > * clone () const
 Virtual copy constructor.
 FrmE_Inverse (const FrmE_Inverse< F, G > &frm)
 Copy constructor.
 FrmE_Inverse (const ElementFormulaContainer< F, G > frm)
virtual F operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
virtual F operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 Evaluates the formula.
virtual F operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
virtual ~FrmE_Inverse ()

Protected Member Functions

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

Private Attributes

ElementFormulaContainer< F, G > frm_
 Original ElementFormula.

Detailed Description

template<typename F, typename G = typename Realtype<F>::type>
class concepts::FrmE_Inverse< F, G >

Inverse of an element formula.

Parameters:
Ftype of the product element formula
Gtype of the basis functions
Author:
Kersten Schmidt, 2011

Definition at line 36 of file frmE_inverse.hh.


Member Typedef Documentation

template<typename F, typename G = typename Realtype<F>::type>
typedef F concepts::ElementFormula< F, G >::value_type [inherited]

Constructor & Destructor Documentation

template<typename F, typename G = typename Realtype<F>::type>
concepts::FrmE_Inverse< F, G >::FrmE_Inverse ( const ElementFormulaContainer< F, G >  frm) [inline]

Definition at line 38 of file frmE_inverse.hh.

Here is the call graph for this function:

template<typename F, typename G = typename Realtype<F>::type>
concepts::FrmE_Inverse< F, G >::FrmE_Inverse ( const FrmE_Inverse< F, G > &  frm) [inline]

Copy constructor.

Definition at line 44 of file frmE_inverse.hh.

template<typename F, typename G = typename Realtype<F>::type>
virtual concepts::FrmE_Inverse< F, G >::~FrmE_Inverse ( ) [inline, virtual]

Definition at line 47 of file frmE_inverse.hh.


Member Function Documentation

template<typename F, typename G = typename Realtype<F>::type>
virtual FrmE_Inverse<F,G>* concepts::FrmE_Inverse< F, G >::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 69 of file frmE_inverse.hh.

template<typename F, typename G = typename Realtype<F>::type>
virtual std::ostream& concepts::FrmE_Inverse< F, G >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 73 of file frmE_inverse.hh.

template<typename F, typename G = typename Realtype<F>::type>
virtual F concepts::FrmE_Inverse< F, G >::operator() ( const ElementWithCell< G > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [inline, virtual]

Implements concepts::ElementFormula< F, G >.

Definition at line 57 of file frmE_inverse.hh.

template<typename F, typename G = typename Realtype<F>::type>
virtual F concepts::FrmE_Inverse< F, G >::operator() ( const ElementWithCell< G > &  elm,
const Real3d p,
const Real  t = 0.0 
) const [inline, virtual]

Implements concepts::ElementFormula< F, G >.

Definition at line 63 of file frmE_inverse.hh.

template<typename F, typename G = typename Realtype<F>::type>
virtual F concepts::FrmE_Inverse< F, G >::operator() ( const ElementWithCell< G > &  elm,
const Real  p,
const Real  t = 0.0 
) const [inline, virtual]

Evaluates the formula.

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

Implements concepts::ElementFormula< F, G >.

Definition at line 51 of file frmE_inverse.hh.


Member Data Documentation

template<typename F, typename G = typename Realtype<F>::type>
ElementFormulaContainer<F,G> concepts::FrmE_Inverse< F, G >::frm_ [private]

Original ElementFormula.

Definition at line 78 of file frmE_inverse.hh.


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

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