Class documentation of Concepts

Loading...
Searching...
No Matches
hp3D::ElementFormulaVectorOnTrace< dim, F, G > Class Template Referenceabstract

#include <tracesEval.hh>

Inheritance diagram for hp3D::ElementFormulaVectorOnTrace< dim, F, G >:
concepts::ElementFormula< F, G > concepts::Cloneable concepts::OutputOperator

Public Types

typedef F value_type
 

Public Member Functions

 ElementFormulaVectorOnTrace (const TraceSpace &tspc, const Space &spc, const concepts::Vector< F > &vec, const concepts::ElementFunction< G, Real > &func)
 
virtual concepts::Point< G, dim > operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real p, const concepts::Real t=0.0) const
 
virtual concepts::Point< G, dim > operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real2d &p, const concepts::Real t=0.0) const
 
virtual concepts::Point< G, dim > operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real3d &p, const concepts::Real t=0.0) const
 
virtual ElementFormulaVectorOnTrace< dim, F, G > * 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<uint dim, class F = Real, class G = F>
class hp3D::ElementFormulaVectorOnTrace< dim, F, G >

Class for evaluation of solutions on the TraceSpace with an ElementFunction that is only given on the whole space.

Parameters
dimDimension of the result
Ftype of coefficients
Gtype of ElementFunction
Author
Philipp Kliewe, 2013

Definition at line 44 of file tracesEval.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

◆ ElementFormulaVectorOnTrace()

template<uint dim, class F = Real, class G = F>
hp3D::ElementFormulaVectorOnTrace< dim, F, G >::ElementFormulaVectorOnTrace ( const TraceSpace tspc,
const Space spc,
const concepts::Vector< F > &  vec,
const concepts::ElementFunction< G, Real > &  func 
)

Constructor.

Parameters
tspcTraceSpace on wich the solution should be calculated. (The space that contains the elements which are used in the application operator)
spcThe space from which the TraceSpace was constructed from.
vecThe solution vector containing the coefficients.
funcThe elementfunction to evaluate (i.e. hp3D::Grad)

Member Function Documentation

◆ clone()

template<uint dim, class F = Real, class G = F>
virtual ElementFormulaVectorOnTrace< dim, F, G > * hp3D::ElementFormulaVectorOnTrace< dim, F, G >::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 72 of file tracesEval.hh.

◆ info()

template<uint dim, class F = Real, class G = F>
virtual std::ostream & hp3D::ElementFormulaVectorOnTrace< dim, F, G >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ operator()() [1/3]

◆ operator()() [2/3]

◆ operator()() [3/3]


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