concepts::FrmE_Inverse< F, G > Class Template Referenceabstract

Inverse of an element formula. More...

#include <frmE_inverse.hh>

Inheritance diagram for concepts::FrmE_Inverse< F, G >:
concepts::ElementFormula< F, typename Realtype< F >::type > concepts::Cloneable concepts::OutputOperator

Public Types

typedef F value_type
 

Public Member Functions

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

Protected Member Functions

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

Private Attributes

ElementFormulaContainer< F, G > frm_
 Original ElementFormula. More...
 

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

◆ value_type

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

Definition at line 37 of file elementFormula.hh.

Constructor & Destructor Documentation

◆ FrmE_Inverse() [1/2]

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.

◆ FrmE_Inverse() [2/2]

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.

◆ ~FrmE_Inverse()

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

Definition at line 47 of file frmE_inverse.hh.

Member Function Documentation

◆ clone() [1/2]

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

Virtual constructor.

Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.

Implements concepts::Cloneable.

Definition at line 69 of file frmE_inverse.hh.

◆ clone() [2/2]

virtual ElementFormula<F,typename Realtype< F >::type >* concepts::ElementFormula< F, typename Realtype< F >::type >::clone ( ) const
pure virtualinherited

◆ info()

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 73 of file frmE_inverse.hh.

◆ operator()() [1/6]

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
inlinevirtual

Definition at line 51 of file frmE_inverse.hh.

◆ operator()() [2/6]

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
inlinevirtual

Definition at line 57 of file frmE_inverse.hh.

◆ operator()() [3/6]

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
inlinevirtual

Definition at line 63 of file frmE_inverse.hh.

◆ operator()() [4/6]

virtual F concepts::ElementFormula< F, typename Realtype< F >::type >::operator() ( const ElementWithCell< G > &  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

Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.

◆ operator()() [5/6]

virtual F concepts::ElementFormula< F, typename Realtype< F >::type >::operator() ( const ElementWithCell< G > &  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

Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.

◆ operator()() [6/6]

virtual F concepts::ElementFormula< F, typename Realtype< F >::type >::operator() ( const ElementWithCell< G > &  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

Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.

Member Data Documentation

◆ frm_

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich