Public Types | |
typedef F | value_type |
Public Member Functions | |
ComposeFormulaVecEntry (RCP< const ElementFormula< concepts::Point< F, DIM >, G > > vf, int index) | |
virtual ComposeFormulaVecEntry * | clone () const |
Virtual copy constructor. | |
virtual F | operator() (const concepts::ElementWithCell< G > &elm, const Real 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 concepts::Real3d &p, const Real t=0.0) const |
ComposeFormulaVecEntry (RCP< const ElementFormula< Point< F, DIM >, G > > vf, int index) | |
virtual ComposeFormulaVecEntry * | clone () const |
Virtual copy constructor. | |
virtual F | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
virtual F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
virtual F | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const |
Public Attributes | |
RCP< const ElementFormula< concepts::Point< F, DIM >, G > > | vf |
int | index |
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. | |
Definition at line 315 of file pml_formula.h.
|
inherited |
Definition at line 37 of file elementFormula.hh.
|
inline |
Definition at line 318 of file pml_formula.h.
|
inline |
Definition at line 348 of file sources.hh.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 326 of file pml_formula.h.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 356 of file sources.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 348 of file pml_formula.h.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 378 of file sources.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 336 of file pml_formula.h.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 342 of file pml_formula.h.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 330 of file pml_formula.h.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 360 of file sources.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 366 of file sources.hh.
|
inlinevirtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 372 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.
RCP<const ElementFormula< Point<F, DIM>, G> > concepts::ComposeFormulaVecEntry< F, DIM, G >::vf |
Definition at line 382 of file sources.hh.