Class documentation of Concepts

Loading...
Searching...
No Matches
hp2D::ElementFormulaEdgeMean< F > Class Template Referenceabstract

#include <formula.hh>

Inheritance diagram for hp2D::ElementFormulaEdgeMean< F >:
concepts::ElementFormula< F, G > concepts::Cloneable concepts::OutputOperator

Public Types

typedef F value_type
 

Public Member Functions

 ElementFormulaEdgeMean (const hp2D::TraceSpace &spc, const concepts::Vector< F > &v, const concepts::ElementFunction< F > &f)
 
virtual F operator() (const concepts::ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const
 
virtual F operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real2d &p, const Real t=0.0) const
 
virtual F operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real3d &p, const Real t=0.0) const
 
virtual ElementFormulaEdgeMean< F > * clone () const
 Virtual copy constructor.
 
virtual F operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const =0
 
virtual F operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const =0
 
virtual F operator() (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<typename F>
class hp2D::ElementFormulaEdgeMean< F >

Element formula for a mean value on edges of elements of an other element formula.

Author
Kersten Schmidt, 2007

Definition at line 236 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.

Member Function Documentation

◆ clone()

template<typename F >
virtual ElementFormulaEdgeMean< F > * hp2D::ElementFormulaEdgeMean< F >::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 256 of file formula.hh.

◆ info()

template<typename F >
virtual std::ostream & hp2D::ElementFormulaEdgeMean< F >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ operator()() [1/5]

template<typename F >
virtual F hp2D::ElementFormulaEdgeMean< F >::operator() ( const concepts::ElementWithCell< Real > &  elm,
const concepts::Real2d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 244 of file formula.hh.

◆ operator()() [2/5]

template<typename F >
virtual F hp2D::ElementFormulaEdgeMean< F >::operator() ( const concepts::ElementWithCell< Real > &  elm,
const concepts::Real3d p,
const Real  t = 0.0 
) const
inlinevirtual

Definition at line 249 of file formula.hh.

◆ operator()() [3/5]

◆ operator()() [4/5]

◆ operator()() [5/5]


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