Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::FrmE_PointsToMapping< 2, F, G > Class Template Reference
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

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

Protected Member Functions

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

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()

template<class F , class G >
virtual FrmE_PointsToMapping< 2, F, G > * concepts::FrmE_PointsToMapping< 2, F, G >::clone ( ) const
inlinevirtual

Virtual copy constructor.

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

Definition at line 136 of file frmE_matrix.hh.

◆ 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.


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