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

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

Computes the Matrix-vector product A * vf, where A is a matrix valued formula and vf a vector valued formula. More...

#include <pml_formula.h>

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

List of all members.

Public Types

typedef concepts::Point< F, DIM > value_type

Public Member Functions

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

Public Attributes

RCP< const ElementFormula
< concepts::Mapping< F, DIM >
, G > > 
A
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::ComposeFormulaMatVec< F, DIM, G >

Computes the Matrix-vector product A * vf, where A is a matrix valued formula and vf a vector valued formula.

The result is a vector valued formula.

The result is a vector valued formula. This class will obsolete, as the 2D case A * vf is implemented in frmE_product.hh

Definition at line 269 of file pml_formula.h.


Member Typedef Documentation

typedef concepts::Point< F, DIM > concepts::ElementFormula< concepts::Point< F, DIM > , G >::value_type [inherited]

Definition at line 31 of file elementFormula.hh.


Constructor & Destructor Documentation

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

Definition at line 272 of file pml_formula.h.

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

Definition at line 284 of file sources.hh.


Member Function Documentation

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

Virtual copy constructor.

Implements concepts::ElementFormula< concepts::Point< F, DIM >, G >.

Definition at line 280 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 ComposeFormulaMatVec* concepts::ComposeFormulaMatVec< F, DIM, G >::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::ElementFormula< concepts::Point< F, DIM >, G >.

Definition at line 292 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::ComposeFormulaMatVec< F, DIM, G >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 304 of file pml_formula.h.

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 316 of file sources.hh.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual concepts::Point<F, DIM> concepts::ComposeFormulaMatVec< 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< concepts::Point< F, DIM >, G >.

Definition at line 296 of file sources.hh.

template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual concepts::Point<F, DIM> concepts::ComposeFormulaMatVec< F, DIM, G >::operator() ( const concepts::ElementWithCell< G > &  elm,
const concepts::Real2d p,
const Real  t = 0.0 
) const [inline, virtual]
template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual concepts::Point<F, DIM> concepts::ComposeFormulaMatVec< F, DIM, G >::operator() ( const concepts::ElementWithCell< G > &  elm,
const concepts::Real3d p,
const Real  t = 0.0 
) const [inline, virtual]
template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual concepts::Point<F, DIM> concepts::ComposeFormulaMatVec< F, DIM, G >::operator() ( const concepts::ElementWithCell< G > &  elm,
const concepts::Real3d p,
const Real  t = 0.0 
) const [inline, virtual]
template<class F , uint DIM, typename G = typename Realtype<F>::type>
virtual concepts::Point<F, DIM> concepts::ComposeFormulaMatVec< 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< concepts::Point< F, DIM >, G >.

Definition at line 284 of file pml_formula.h.

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

Member Data Documentation

template<class F , uint DIM, typename G = typename Realtype<F>::type>
RCP< const ElementFormula< concepts::Mapping< F, DIM >, G > > concepts::ComposeFormulaMatVec< F, DIM, G >::A

Definition at line 308 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::ComposeFormulaMatVec< F, DIM, G >::vf

Definition at line 309 of file pml_formula.h.


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

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