#include <pml_formula.h>
Public Types | |
typedef F | value_type |
Public Attributes | |
RCP< const ElementFormula< concepts::Mapping< F, DIM >, G > > | A |
RCP< const ElementFormula< concepts::Point< F, DIM >, G > > | vf |
RCP< const ElementFormula< Mapping< F, DIM >, G > > | A |
RCP< const ElementFormula< 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.
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. 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.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Definition at line 272 of file pml_formula.h.
|
inline |
Definition at line 302 of file sources.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 280 of file pml_formula.h.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 310 of file sources.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 304 of file pml_formula.h.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 334 of file sources.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 290 of file pml_formula.h.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 298 of file pml_formula.h.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 284 of file pml_formula.h.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 314 of file sources.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 320 of file sources.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 328 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< Mapping<F, DIM>, G> > concepts::ComposeFormulaMatVec< F, DIM, G >::A |
Definition at line 338 of file sources.hh.
RCP<const ElementFormula< concepts::Point<F, DIM>, G> > concepts::ComposeFormulaMatVec< F, DIM, G >::vf |
Definition at line 309 of file pml_formula.h.
RCP<const ElementFormula< Point<F, DIM>, G> > concepts::ComposeFormulaMatVec< F, DIM, G >::vf |
Definition at line 339 of file sources.hh.