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

Public Types | Public Member Functions | Public Attributes | Protected Member Functions
concepts::ComposeFormulaVecEntry< F, DIM, G > Class Template Reference

#include <pml_formula.h>

Inheritance diagram for concepts::ComposeFormulaVecEntry< F, DIM, G >:
Inheritance graph
[legend]
Collaboration diagram for concepts::ComposeFormulaVecEntry< F, DIM, G >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef F value_type

Public Member Functions

virtual ComposeFormulaVecEntryclone () const
 Virtual copy constructor.
virtual ComposeFormulaVecEntryclone () const
 Virtual copy constructor.
 ComposeFormulaVecEntry (RCP< const ElementFormula< concepts::Point< F, DIM >, G > > vf, int index)
 ComposeFormulaVecEntry (RCP< const ElementFormula< concepts::Point< F, DIM >, G > > vf, int index)
virtual F operator() (const concepts::ElementWithCell< G > &elm, const concepts::Real3d &p, const Real t=0.0) const
virtual F operator() (const concepts::ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 Evaluates the formula.
virtual F operator() (const concepts::ElementWithCell< G > &elm, const concepts::Real3d &p, const Real t=0.0) const
virtual F operator() (const concepts::ElementWithCell< G > &elm, const concepts::Real2d &p, const Real t=0.0) const
virtual F operator() (const concepts::ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 Evaluates the formula.
virtual F operator() (const concepts::ElementWithCell< G > &elm, const concepts::Real2d &p, const Real t=0.0) const

Public Attributes

int index
RCP< const ElementFormula
< concepts::Point< F, DIM >, G > > 
vf

Protected Member Functions

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

Detailed Description

template<class F, uint DIM, typename G = typename Realtype<F>::type>
class concepts::ComposeFormulaVecEntry< F, DIM, G >

Definition at line 315 of file pml_formula.h.


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<class F , uint DIM, typename G = typename Realtype<F>::type>
concepts::ComposeFormulaVecEntry< F, DIM, G >::ComposeFormulaVecEntry ( RCP< const ElementFormula< concepts::Point< F, DIM >, G > >  vf,
int  index 
) [inline]

Definition at line 318 of file pml_formula.h.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
concepts::ComposeFormulaVecEntry< F, DIM, G >::ComposeFormulaVecEntry ( RCP< const ElementFormula< concepts::Point< F, DIM >, G > >  vf,
int  index 
) [inline]

Definition at line 330 of file sources.hh.


Member Function Documentation

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual ComposeFormulaVecEntry* concepts::ComposeFormulaVecEntry< F, DIM, G >::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 326 of file pml_formula.h.

Here is the call graph for this function:

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual ComposeFormulaVecEntry* concepts::ComposeFormulaVecEntry< F, DIM, G >::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::ElementFormula< F, G >.

Definition at line 338 of file sources.hh.

Here is the call graph for this function:

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual std::ostream& concepts::ComposeFormulaVecEntry< F, DIM, G >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 348 of file pml_formula.h.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual std::ostream& concepts::ComposeFormulaVecEntry< F, DIM, G >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 360 of file sources.hh.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual F concepts::ComposeFormulaVecEntry< F, DIM, G >::operator() ( const concepts::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 342 of file sources.hh.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual F concepts::ComposeFormulaVecEntry< F, DIM, G >::operator() ( const concepts::ElementWithCell< G > &  elm,
const concepts::Real2d p,
const Real  t = 0.0 
) const [inline, virtual]

Implements concepts::ElementFormula< F, G >.

Definition at line 336 of file pml_formula.h.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual F concepts::ComposeFormulaVecEntry< F, DIM, G >::operator() ( const concepts::ElementWithCell< G > &  elm,
const concepts::Real3d p,
const Real  t = 0.0 
) const [inline, virtual]

Implements concepts::ElementFormula< F, G >.

Definition at line 354 of file sources.hh.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual F concepts::ComposeFormulaVecEntry< F, DIM, G >::operator() ( const concepts::ElementWithCell< G > &  elm,
const concepts::Real3d p,
const Real  t = 0.0 
) const [inline, virtual]

Implements concepts::ElementFormula< F, G >.

Definition at line 342 of file pml_formula.h.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual F concepts::ComposeFormulaVecEntry< F, DIM, G >::operator() ( const concepts::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 330 of file pml_formula.h.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual F concepts::ComposeFormulaVecEntry< F, DIM, G >::operator() ( const concepts::ElementWithCell< G > &  elm,
const concepts::Real2d p,
const Real  t = 0.0 
) const [inline, virtual]

Implements concepts::ElementFormula< F, G >.

Definition at line 348 of file sources.hh.


Member Data Documentation

template<class F , uint DIM, typename G = typename Realtype<F>::type>
int concepts::ComposeFormulaVecEntry< F, DIM, G >::index

Definition at line 353 of file pml_formula.h.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
RCP< const ElementFormula< concepts::Point< F, DIM >, G > > concepts::ComposeFormulaVecEntry< F, DIM, G >::vf

Definition at line 352 of file pml_formula.h.


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

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