Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Protected Member Functions | Private Attributes
hp1D::ElementFormulaInterpGrad< F > Class Template Reference

#include <formula.hh>

Inheritance diagram for hp1D::ElementFormulaInterpGrad< F >:
Inheritance graph
[legend]
Collaboration diagram for hp1D::ElementFormulaInterpGrad< F >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef F value_type

Public Member Functions

virtual
ElementFormulaInterpGrad< F > * 
clone () const
 Virtual copy constructor.
 ElementFormulaInterpGrad (const concepts::ElementFormulaContainer< F > frm)
virtual F operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const =0
virtual F operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const =0
 Evaluates the formula.
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::Real3d &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 ElementWithCell< typename Realtype< F >::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.

Private Attributes

const
concepts::ElementWithCell
< Real > * 
edge_
 Last element.
const
concepts::ElementFormulaContainer
< F > 
frm_
 Element formula.
concepts::Array< F > values_
 Values of the element formula in the current quadrilateral.
concepts::Array< Real > x_
 Chebychev points.

Detailed Description

template<typename F>
class hp1D::ElementFormulaInterpGrad< F >

Definition at line 19 of file formula.hh.


Member Typedef Documentation

typedef F concepts::ElementFormula< F, typename Realtype<F>::type >::value_type [inherited]

Definition at line 31 of file elementFormula.hh.


Constructor & Destructor Documentation


Member Function Documentation

template<typename F >
virtual ElementFormulaInterpGrad<F>* hp1D::ElementFormulaInterpGrad< F >::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::ElementFormula< F >.

Definition at line 37 of file formula.hh.

template<typename F >
virtual std::ostream& hp1D::ElementFormulaInterpGrad< F >::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

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

Evaluates the formula.

Parameters:
elmElement
pPoint in space in local element coordinates
tPoint in time
template<typename F >
virtual F hp1D::ElementFormulaInterpGrad< F >::operator() ( const concepts::ElementWithCell< Real > &  elm,
const Real  p,
const Real  t = 0.0 
) const [virtual]
template<typename F >
virtual F hp1D::ElementFormulaInterpGrad< F >::operator() ( const concepts::ElementWithCell< Real > &  elm,
const concepts::Real2d p,
const Real  t = 0.0 
) const [inline, virtual]

Definition at line 25 of file formula.hh.

template<typename F >
virtual F hp1D::ElementFormulaInterpGrad< F >::operator() ( const concepts::ElementWithCell< Real > &  elm,
const concepts::Real3d p,
const Real  t = 0.0 
) const [inline, virtual]

Definition at line 30 of file formula.hh.

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

Member Data Documentation

template<typename F >
const concepts::ElementWithCell<Real>* hp1D::ElementFormulaInterpGrad< F >::edge_ [mutable, private]

Last element.

Definition at line 48 of file formula.hh.

template<typename F >
const concepts::ElementFormulaContainer<F> hp1D::ElementFormulaInterpGrad< F >::frm_ [private]

Element formula.

Definition at line 44 of file formula.hh.

template<typename F >
concepts::Array<F> hp1D::ElementFormulaInterpGrad< F >::values_ [mutable, private]

Values of the element formula in the current quadrilateral.

Definition at line 50 of file formula.hh.

template<typename F >
concepts::Array<Real> hp1D::ElementFormulaInterpGrad< F >::x_ [mutable, private]

Chebychev points.

Definition at line 46 of file formula.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)