Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::DirichletElementFormula< F, G > Class Template Reference

#include <traces.hh>

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

Public Types

typedefvalue_type
 

Public Member Functions

 DirichletElementFormula (const BoundaryConditions bc)
 
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 DirichletElementFormula< 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<typename F, typename G = typename Realtype<F>::type>
class concepts::DirichletElementFormula< F, G >

Dirichlet Data as element formula.

One should use trace space like hp2D::TraceSpace to get elements on the boundary of the cells.

Author
Kersten Schmidt, 2007

Definition at line 177 of file traces.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

◆ DirichletElementFormula()

template<typename F , typename G = typename Realtype<F>::type>
concepts::DirichletElementFormula< F, G >::DirichletElementFormula ( const BoundaryConditions  bc)
inline

Definition at line 179 of file traces.hh.

Member Function Documentation

◆ clone()

template<typename F , typename G = typename Realtype<F>::type>
virtual DirichletElementFormula< F, G > * concepts::DirichletElementFormula< F, G >::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 188 of file traces.hh.

◆ info()

template<typename F , typename G = typename Realtype<F>::type>
virtual std::ostream & concepts::DirichletElementFormula< F, G >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ operator()() [1/3]

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

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

Implements concepts::ElementFormula< F, G >.

◆ operator()() [2/3]

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

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

Implements concepts::ElementFormula< F, G >.

◆ operator()() [3/3]

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

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

Implements concepts::ElementFormula< F, G >.


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