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

Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
concepts::ElementFormulaCompose< F, G, H > Class Template Reference

#include <formula.hh>

Inheritance diagram for concepts::ElementFormulaCompose< F, G, H >:
Inheritance graph
[legend]
Collaboration diagram for concepts::ElementFormulaCompose< F, G, H >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef F value_type

Public Member Functions

virtual ElementFormulaCompose
< F, G, H > * 
clone () const
 Virtual copy constructor.
 ElementFormulaCompose (const ElementFormulaCompose< F, G, H > &frm)
 ElementFormulaCompose (const ElementFormula< H, G > &frm1, const ElementFormula< H, G > &frm2)
virtual F operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
virtual F operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 Evaluates the formula.
virtual F operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
virtual ~ElementFormulaCompose ()

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Private Member Functions

template<typename P >
compose_ (const ElementWithCell< G > &elm, const P &p, const Real t=0.0) const

Private Attributes

std::auto_ptr< const
ElementFormula< H, G > > 
frm1_
std::auto_ptr< const
ElementFormula< H, G > > 
frm2_

Detailed Description

template<typename F, typename G, typename H>
class concepts::ElementFormulaCompose< F, G, H >

Definition at line 124 of file formula.hh.


Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename F, typename G, typename H>
concepts::ElementFormulaCompose< F, G, H >::ElementFormulaCompose ( const ElementFormula< H, G > &  frm1,
const ElementFormula< H, G > &  frm2 
) [inline]

Definition at line 126 of file formula.hh.

template<typename F, typename G, typename H>
concepts::ElementFormulaCompose< F, G, H >::ElementFormulaCompose ( const ElementFormulaCompose< F, G, H > &  frm) [inline]

Definition at line 129 of file formula.hh.

template<typename F, typename G, typename H>
virtual concepts::ElementFormulaCompose< F, G, H >::~ElementFormulaCompose ( ) [inline, virtual]

Definition at line 131 of file formula.hh.


Member Function Documentation

template<typename F, typename G, typename H>
virtual ElementFormulaCompose<F,G,H>* concepts::ElementFormulaCompose< F, G, H >::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 146 of file formula.hh.

template<typename F , typename G , typename H >
template<typename P >
F concepts::ElementFormulaCompose< F, G, H >::compose_ ( const ElementWithCell< G > &  elm,
const P &  p,
const Real  t = 0.0 
) const [private]

Definition at line 160 of file formula.hh.

template<typename F , typename G , typename H >
std::ostream & concepts::ElementFormulaCompose< F, G, H >::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 166 of file formula.hh.

template<typename F, typename G, typename H>
virtual F concepts::ElementFormulaCompose< F, G, H >::operator() ( const ElementWithCell< G > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [inline, virtual]

Implements concepts::ElementFormula< F, G >.

Definition at line 138 of file formula.hh.

Here is the call graph for this function:

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

Implements concepts::ElementFormula< F, G >.

Definition at line 142 of file formula.hh.

Here is the call graph for this function:

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

Evaluates the formula.

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

Implements concepts::ElementFormula< F, G >.

Definition at line 134 of file formula.hh.

Here is the call graph for this function:


Member Data Documentation

template<typename F, typename G, typename H>
std::auto_ptr<const ElementFormula<H,G> > concepts::ElementFormulaCompose< F, G, H >::frm1_ [private]

Definition at line 152 of file formula.hh.

template<typename F, typename G, typename H>
std::auto_ptr<const ElementFormula<H,G> > concepts::ElementFormulaCompose< F, G, H >::frm2_ [private]

Definition at line 152 of file formula.hh.


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

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