concepts::FrmE_PointsToMapping< 2, F, G > Class Template Referenceabstract

#include <frmE_matrix.hh>

Inheritance diagram for concepts::FrmE_PointsToMapping< 2, F, G >:
concepts::ElementFormula< Mapping< F, 2 >, G > concepts::Cloneable concepts::OutputOperator

Public Types

typedef Mapping< F, 2 > value_type
 

Public Member Functions

virtual FrmE_PointsToMapping< 2, F, G > * clone () const
 Virtual constructor. More...
 
virtual ElementFormula< Mapping< F, 2 >, G > * clone () const=0
 Virtual copy constructor. More...
 
 FrmE_PointsToMapping (const ElementFormulaContainer< Point< F, 2 >, G > frm1, const ElementFormulaContainer< Point< F, 2 >, G > frm2, bool transpose=false)
 Constructor with two vectors. More...
 
virtual Mapping< F, 2 > operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 Evaluates the formula. More...
 
virtual Mapping< F, 2 > operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
 Evaluates the formula. More...
 
virtual Mapping< F, 2 > operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
 Evaluates the formula. More...
 
virtual ~FrmE_PointsToMapping ()
 

Protected Member Functions

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

Private Attributes

ElementFormulaContainer< Point< F, 2 >, G > frm1_
 The formulas for the two columns. More...
 
ElementFormulaContainer< Point< F, 2 >, G > frm2_
 
bool transpose_
 Flag if the transpose of the matrix has to be taken. More...
 

Detailed Description

template<class F, class G>
class concepts::FrmE_PointsToMapping< 2, F, G >

Definition at line 105 of file frmE_matrix.hh.

Member Typedef Documentation

◆ value_type

typedef Mapping< F, 2 > concepts::ElementFormula< Mapping< F, 2 > , G >::value_type
inherited

Definition at line 37 of file elementFormula.hh.

Constructor & Destructor Documentation

◆ FrmE_PointsToMapping()

template<class F , class G >
concepts::FrmE_PointsToMapping< 2, F, G >::FrmE_PointsToMapping ( const ElementFormulaContainer< Point< F, 2 >, G >  frm1,
const ElementFormulaContainer< Point< F, 2 >, G >  frm2,
bool  transpose = false 
)
inline

Constructor with two vectors.

Definition at line 108 of file frmE_matrix.hh.

◆ ~FrmE_PointsToMapping()

template<class F , class G >
virtual concepts::FrmE_PointsToMapping< 2, F, G >::~FrmE_PointsToMapping ( )
inlinevirtual

Definition at line 113 of file frmE_matrix.hh.

Member Function Documentation

◆ clone() [1/2]

template<class F , class G >
virtual FrmE_PointsToMapping<2,F,G>* concepts::FrmE_PointsToMapping< 2, 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 136 of file frmE_matrix.hh.

◆ clone() [2/2]

virtual ElementFormula<Mapping< F, 2 > ,G>* concepts::ElementFormula< Mapping< F, 2 > , G >::clone
pure virtualinherited

Virtual copy constructor.

◆ info()

template<class F , class G >
virtual std::ostream& concepts::FrmE_PointsToMapping< 2, F, G >::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 141 of file frmE_matrix.hh.

◆ operator()() [1/3]

template<class F , class G >
virtual Mapping<F,2> concepts::FrmE_PointsToMapping< 2, F, G >::operator() ( const ElementWithCell< G > &  elm,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtual

Evaluates the formula.

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

Implements concepts::ElementFormula< Mapping< F, 2 >, G >.

Definition at line 115 of file frmE_matrix.hh.

◆ operator()() [2/3]

template<class F , class G >
virtual Mapping<F,2> concepts::FrmE_PointsToMapping< 2, F, G >::operator() ( const ElementWithCell< G > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
inlinevirtual

Evaluates the formula.

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

Implements concepts::ElementFormula< Mapping< F, 2 >, G >.

Definition at line 122 of file frmE_matrix.hh.

◆ operator()() [3/3]

template<class F , class G >
virtual Mapping<F,2> concepts::FrmE_PointsToMapping< 2, F, G >::operator() ( const ElementWithCell< G > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
inlinevirtual

Evaluates the formula.

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

Implements concepts::ElementFormula< Mapping< F, 2 >, G >.

Definition at line 129 of file frmE_matrix.hh.

Member Data Documentation

◆ frm1_

template<class F , class G >
ElementFormulaContainer<Point<F,2>,G> concepts::FrmE_PointsToMapping< 2, F, G >::frm1_
private

The formulas for the two columns.

Definition at line 147 of file frmE_matrix.hh.

◆ frm2_

template<class F , class G >
ElementFormulaContainer<Point<F,2>,G> concepts::FrmE_PointsToMapping< 2, F, G >::frm2_
private

Definition at line 147 of file frmE_matrix.hh.

◆ transpose_

template<class F , class G >
bool concepts::FrmE_PointsToMapping< 2, F, G >::transpose_
private

Flag if the transpose of the matrix has to be taken.

Definition at line 149 of file frmE_matrix.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