Class documentation of Concepts

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

Public Types

typedefvalue_type
 

Public Member Functions

 ElementFormulaLiCo (const ElementFormula< F, J > &frm1, const ElementFormula< G, J > &frm2, H a=1.0, H b=1.0)
 
 ElementFormulaLiCo (const ElementFormulaLiCo< F, G, H, J > &frm)
 
virtualoperator() (const ElementWithCell< J > &elm, const Real p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< J > &elm, const Real2d &p, const Real t=0.0) const
 
virtualoperator() (const ElementWithCell< J > &elm, const Real3d &p, const Real t=0.0) const
 
virtual ElementFormulaLiCo< F, G, H, J > * clone () const
 Virtual copy constructor.
 
virtualoperator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const =0
 
virtualoperator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const =0
 
virtualoperator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const =0
 

Protected Member Functions

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

Detailed Description

template<class F = Real, class G = F, class H = F, class J = typename Realtype<F>::type>
class concepts::ElementFormulaLiCo< F, G, H, J >

Definition at line 39 of file formula.hh.

Member Typedef Documentation

◆ value_type

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

Definition at line 37 of file elementFormula.hh.

Constructor & Destructor Documentation

◆ ElementFormulaLiCo() [1/2]

template<class F = Real, class G = F, class H = F, class J = typename Realtype<F>::type>
concepts::ElementFormulaLiCo< F, G, H, J >::ElementFormulaLiCo ( const ElementFormula< F, J > &  frm1,
const ElementFormula< G, J > &  frm2,
a = 1.0,
b = 1.0 
)
inline

Definition at line 41 of file formula.hh.

◆ ElementFormulaLiCo() [2/2]

template<class F = Real, class G = F, class H = F, class J = typename Realtype<F>::type>
concepts::ElementFormulaLiCo< F, G, H, J >::ElementFormulaLiCo ( const ElementFormulaLiCo< F, G, H, J > &  frm)
inline

Definition at line 45 of file formula.hh.

◆ ~ElementFormulaLiCo()

template<class F = Real, class G = F, class H = F, class J = typename Realtype<F>::type>
virtual concepts::ElementFormulaLiCo< F, G, H, J >::~ElementFormulaLiCo ( )
inlinevirtual

Definition at line 48 of file formula.hh.

Member Function Documentation

◆ clone()

template<class F = Real, class G = F, class H = F, class J = typename Realtype<F>::type>
virtual ElementFormulaLiCo< F, G, H, J > * concepts::ElementFormulaLiCo< F, G, H, J >::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 63 of file formula.hh.

◆ info()

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 91 of file formula.hh.

◆ operator()() [1/6]

◆ operator()() [2/6]

◆ operator()() [3/6]

◆ operator()() [4/6]

template<class F = Real, class G = F, class H = F, class J = typename Realtype<F>::type>
virtual F concepts::ElementFormulaLiCo< F, G, H, J >::operator() ( const ElementWithCell< J > &  elm,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 51 of file formula.hh.

◆ operator()() [5/6]

template<class F = Real, class G = F, class H = F, class J = typename Realtype<F>::type>
virtual F concepts::ElementFormulaLiCo< F, G, H, J >::operator() ( const ElementWithCell< J > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 55 of file formula.hh.

◆ operator()() [6/6]

template<class F = Real, class G = F, class H = F, class J = typename Realtype<F>::type>
virtual F concepts::ElementFormulaLiCo< F, G, H, J >::operator() ( const ElementWithCell< J > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 59 of file formula.hh.


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