Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::ElementFormulaCompose< F, G, H > Class Template Reference
Inheritance diagram for concepts::ElementFormulaCompose< F, G, H >:
concepts::ElementFormula< F, G > concepts::Cloneable concepts::OutputOperator

Public Types

typedefvalue_type
 

Public Member Functions

 ElementFormulaCompose (const ElementFormula< H, G > &frm1, const ElementFormula< H, G > &frm2)
 
 ElementFormulaCompose (const ElementFormulaCompose< F, G, H > &frm)
 
virtualoperator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
 
virtual ElementFormulaCompose< F, G, H > * 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<typename F, typename G, typename H>
class concepts::ElementFormulaCompose< F, G, H >

Definition at line 126 of file formula.hh.

Member Typedef Documentation

◆ value_type

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

Definition at line 37 of file elementFormula.hh.

Constructor & Destructor Documentation

◆ ElementFormulaCompose() [1/2]

template<typename F , typename G , typename H >
concepts::ElementFormulaCompose< F, G, H >::ElementFormulaCompose ( const ElementFormula< H, G > &  frm1,
const ElementFormula< H, G > &  frm2 
)
inline

Definition at line 128 of file formula.hh.

◆ ElementFormulaCompose() [2/2]

template<typename F , typename G , typename H >
concepts::ElementFormulaCompose< F, G, H >::ElementFormulaCompose ( const ElementFormulaCompose< F, G, H > &  frm)
inline

Definition at line 131 of file formula.hh.

◆ ~ElementFormulaCompose()

template<typename F , typename G , typename H >
virtual concepts::ElementFormulaCompose< F, G, H >::~ElementFormulaCompose ( )
inlinevirtual

Definition at line 133 of file formula.hh.

Member Function Documentation

◆ clone()

template<typename F , typename G , typename H >
virtual ElementFormulaCompose< F, G, H > * concepts::ElementFormulaCompose< F, G, H >::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 148 of file formula.hh.

◆ info()

template<typename F , typename G , typename H >
std::ostream & concepts::ElementFormulaCompose< F, G, H >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 168 of file formula.hh.

◆ operator()() [1/3]

template<typename F , typename G , typename H >
virtual F concepts::ElementFormulaCompose< F, G, H >::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< F, G >.

Definition at line 136 of file formula.hh.

◆ operator()() [2/3]

template<typename F , typename G , typename H >
virtual F concepts::ElementFormulaCompose< F, G, H >::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< F, G >.

Definition at line 140 of file formula.hh.

◆ operator()() [3/3]

template<typename F , typename G , typename H >
virtual F concepts::ElementFormulaCompose< F, G, H >::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< F, G >.

Definition at line 144 of file formula.hh.


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