#include <pml_formula.h>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual ComposeFormulaVecEntry * | clone () const |
| Virtual copy constructor. | |
| virtual ComposeFormulaVecEntry * | clone () 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. | |
Definition at line 315 of file pml_formula.h.
typedef F concepts::ElementFormula< F, G >::value_type [inherited] |
Reimplemented in concepts::Formula< F >, concepts::MatrixElementFormula< F, dim, G >, concepts::VectorFormula< F, dim >, concepts::Formula< concepts::Point< Cmplx, 2 > >, concepts::Formula< Point< F, dim > >, concepts::Formula< Cmplx >, concepts::Formula< Real >, and concepts::Formula< Real2d >.
Definition at line 31 of file elementFormula.hh.
| 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.
| 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.
| 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.

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

| 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.
| 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.
| 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.
Implements concepts::ElementFormula< F, G >.
Definition at line 342 of file sources.hh.
| 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.
| 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.
| 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.
| 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.
Implements concepts::ElementFormula< F, G >.
Definition at line 330 of file pml_formula.h.
| 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.
| int concepts::ComposeFormulaVecEntry< F, DIM, G >::index |
Definition at line 353 of file pml_formula.h.
| RCP< const ElementFormula< concepts::Point< F, DIM >, G > > concepts::ComposeFormulaVecEntry< F, DIM, G >::vf |
Definition at line 352 of file pml_formula.h.