concepts::ComposeFormulaVecEntry< F, DIM, G > Class Template Referenceabstract
#include <pml_formula.h>
Public Types | |
typedef F | value_type |
Public Member Functions | |
virtual ComposeFormulaVecEntry * | clone () const |
Virtual constructor. More... | |
virtual ComposeFormulaVecEntry * | clone () const |
Virtual constructor. More... | |
virtual ElementFormula< F, typename Realtype< F >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
ComposeFormulaVecEntry (RCP< const ElementFormula< concepts::Point< F, DIM >, G > > vf, int index) | |
ComposeFormulaVecEntry (RCP< const ElementFormula< Point< F, DIM >, G > > vf, int index) | |
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 |
virtual F | operator() (const concepts::ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
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 |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
Public Attributes | |
int | index |
RCP< const ElementFormula< concepts::Point< F, DIM >, G > > | vf |
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. More... | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Detailed Description
template<class F, uint DIM, typename G = typename Realtype<F>::type>
class concepts::ComposeFormulaVecEntry< F, DIM, G >
Definition at line 315 of file pml_formula.h.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ ComposeFormulaVecEntry() [1/2]
|
inline |
Definition at line 318 of file pml_formula.h.
◆ ComposeFormulaVecEntry() [2/2]
|
inline |
Definition at line 348 of file sources.hh.
Member Function Documentation
◆ clone() [1/3]
|
inlinevirtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Definition at line 326 of file pml_formula.h.
◆ clone() [2/3]
|
inlinevirtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Definition at line 356 of file sources.hh.
◆ clone() [3/3]
|
pure virtualinherited |
Virtual copy constructor.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ info() [1/2]
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 348 of file pml_formula.h.
◆ info() [2/2]
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 378 of file sources.hh.
◆ operator()() [1/9]
|
inlinevirtual |
Definition at line 336 of file pml_formula.h.
◆ operator()() [2/9]
|
inlinevirtual |
Definition at line 342 of file pml_formula.h.
◆ operator()() [3/9]
|
inlinevirtual |
Definition at line 330 of file pml_formula.h.
◆ operator()() [4/9]
|
inlinevirtual |
Definition at line 360 of file sources.hh.
◆ operator()() [5/9]
|
inlinevirtual |
Definition at line 366 of file sources.hh.
◆ operator()() [6/9]
|
inlinevirtual |
Definition at line 372 of file sources.hh.
◆ operator()() [7/9]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ operator()() [8/9]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
◆ operator()() [9/9]
|
pure virtualinherited |
Evaluates the formula.
Implemented in concepts::ElementFormulaContainer< F >, and concepts::ElementFormulaContainer< F, typename Realtype< F >::type >.
Member Data Documentation
◆ index
int concepts::ComposeFormulaVecEntry< F, DIM, G >::index |
Definition at line 353 of file pml_formula.h.
◆ vf [1/2]
RCP<const ElementFormula< concepts::Point<F, DIM>, G> > concepts::ComposeFormulaVecEntry< F, DIM, G >::vf |
Definition at line 352 of file pml_formula.h.
◆ vf [2/2]
RCP<const ElementFormula< Point<F, DIM>, G> > concepts::ComposeFormulaVecEntry< F, DIM, G >::vf |
Definition at line 382 of file sources.hh.
The documentation for this class was generated from the following files:
- applications/pml_formula.h
- waveprop/sources.hh