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>


Public Types | |
| typedef concepts::Point< F, DIM > | value_type |
Public Member Functions | |
| virtual ComposeFormulaMatVec * | clone () const |
| Virtual copy constructor. | |
| virtual ComposeFormulaMatVec * | clone () 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. | |
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.
typedef concepts::Point< F, DIM > concepts::ElementFormula< concepts::Point< F, DIM > , G >::value_type [inherited] |
Definition at line 31 of file elementFormula.hh.
| 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.
| 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.
| 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.

| 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.

| 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.
| 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.
| 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.
Implements concepts::ElementFormula< concepts::Point< F, DIM >, G >.
Definition at line 296 of file sources.hh.
| 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] |
Implements concepts::ElementFormula< concepts::Point< F, DIM >, G >.
Definition at line 290 of file pml_formula.h.
| 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] |
Implements concepts::ElementFormula< concepts::Point< F, DIM >, G >.
Definition at line 310 of file sources.hh.
| 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] |
Implements concepts::ElementFormula< concepts::Point< F, DIM >, G >.
Definition at line 298 of file pml_formula.h.
| 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.
Implements concepts::ElementFormula< concepts::Point< F, DIM >, G >.
Definition at line 284 of file pml_formula.h.
| 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] |
Implements concepts::ElementFormula< concepts::Point< F, DIM >, G >.
Definition at line 302 of file sources.hh.
| RCP< const ElementFormula< concepts::Mapping< F, DIM >, G > > concepts::ComposeFormulaMatVec< F, DIM, G >::A |
Definition at line 308 of file pml_formula.h.
| RCP< const ElementFormula< concepts::Point< F, DIM >, G > > concepts::ComposeFormulaMatVec< F, DIM, G >::vf |
Definition at line 309 of file pml_formula.h.