Class documentation of Concepts

Loading...
Searching...
No Matches
hp2D::ElementFormulaInterpGradN< F, 2 > Class Template Referenceabstract
Inheritance diagram for hp2D::ElementFormulaInterpGradN< F, 2 >:
concepts::ElementFormula< concepts::Point< F, 2 > > concepts::Cloneable concepts::OutputOperator

Public Types

typedef concepts::Point< F, 2 > value_type
 

Public Member Functions

 ElementFormulaInterpGradN (const concepts::ElementFormula< F > &f)
 
virtual concepts::Point< F, 2 > operator() (const concepts::ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const
 
virtual concepts::Point< F, 2 > operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real2d &p, const Real t=0.0) const
 
virtual concepts::Point< F, 2 > operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real3d &p, const Real t=0.0) const
 
virtual ElementFormulaInterpGradN< F, 2 > * clone () const
 Virtual copy constructor.
 
virtual concepts::Point< F, 2 > operator() (const ElementWithCell< typename Realtype< concepts::Point< F, 2 > >::type > &elm, const Real p, const Real t=0.0) const=0
 
virtual concepts::Point< F, 2 > operator() (const ElementWithCell< typename Realtype< concepts::Point< F, 2 > >::type > &elm, const Real2d &p, const Real t=0.0) const=0
 
virtual concepts::Point< F, 2 > operator() (const ElementWithCell< typename Realtype< concepts::Point< F, 2 > >::type > &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::ElementFormulaInterpGradN< F, 2 >

Definition at line 196 of file formula.hh.

Member Typedef Documentation

◆ value_type

typedef concepts::Point< F, 2 > concepts::ElementFormula< concepts::Point< F, 2 > , typename Realtype<concepts::Point< F, 2 > >::type >::value_type
inherited

Definition at line 37 of file elementFormula.hh.

Member Function Documentation

◆ clone()

template<typename F >
virtual ElementFormulaInterpGradN< F, 2 > * hp2D::ElementFormulaInterpGradN< F, 2 >::clone ( ) const
inlinevirtual

Virtual copy constructor.

Implements concepts::ElementFormula< concepts::Point< F, 2 > >.

Definition at line 212 of file formula.hh.

◆ info()

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ operator()() [1/5]

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

Definition at line 207 of file formula.hh.

◆ operator()() [2/5]

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

Definition at line 201 of file formula.hh.

◆ operator()() [3/5]

virtual concepts::Point< F, 2 > concepts::ElementFormula< concepts::Point< F, 2 > , typename Realtype<concepts::Point< F, 2 > >::type >::operator() ( const ElementWithCell< typename Realtype<concepts::Point< F, 2 > >::type > &  elm,
const Real  p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

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

◆ operator()() [4/5]

virtual concepts::Point< F, 2 > concepts::ElementFormula< concepts::Point< F, 2 > , typename Realtype<concepts::Point< F, 2 > >::type >::operator() ( const ElementWithCell< typename Realtype<concepts::Point< F, 2 > >::type > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

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

◆ operator()() [5/5]

virtual concepts::Point< F, 2 > concepts::ElementFormula< concepts::Point< F, 2 > , typename Realtype<concepts::Point< F, 2 > >::type >::operator() ( const ElementWithCell< typename Realtype<concepts::Point< F, 2 > >::type > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
pure virtualinherited

Evaluates the formula.

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

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