concepts::FormulaContainer< F > Class Template Reference
#include <formulaContainer.hh>
Public Types | |
typedef Realtype< F >::type | G |
typedef F | value_type |
Public Member Functions | |
virtual FormulaContainer< F > * | clone () const |
Virtual copy constructor. More... | |
bool | empty () const |
Returns true if no formula is stored. More... | |
FormulaContainer () | |
Constructor with no argument. More... | |
FormulaContainer (const F x) | |
Special constructor for a constant. More... | |
FormulaContainer (const Formula< F > &frm) | |
Constructor for a formula, takes a clone. More... | |
FormulaContainer (const Formula< F > *frm) | |
Constructor for a pointer to a formula in dynamic memory which will be deleted by this class. More... | |
FormulaContainer (const FormulaContainer< F > &frm) | |
Copy constructor. More... | |
FormulaContainer (const RCP< const Formula< F > > frm) | |
Constructor for an RCP to a formula, replaces the own RCP. More... | |
const Formula< F > & | frm () const |
virtual F | operator() (const Real p, const Real t=0.0) const |
Evaluates the formula. More... | |
virtual F | operator() (const Real2d &p, const Real t=0.0) const |
Application operator. More... | |
virtual F | operator() (const Real3d &p, const Real t=0.0) const |
Application operator. More... | |
virtual | ~FormulaContainer () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Attributes | |
RCP< const Formula< F > > | frm_ |
Element formula is stored as a RCP. More... | |
Detailed Description
template<class F>
class concepts::FormulaContainer< F >
Definition at line 22 of file formulaContainer.hh.
Member Typedef Documentation
◆ G
|
inherited |
Definition at line 37 of file formula.hh.
◆ value_type
|
inherited |
Definition at line 36 of file formula.hh.
Constructor & Destructor Documentation
◆ FormulaContainer() [1/6]
concepts::FormulaContainer< F >::FormulaContainer | ( | const F | x | ) |
Special constructor for a constant.
So, a constant can simply given to functions where a FormulaContainer<F> is expected.
- See also
- testsuite/testFormula.cc
◆ FormulaContainer() [2/6]
|
inline |
Constructor with no argument.
Definition at line 35 of file formulaContainer.hh.
◆ FormulaContainer() [3/6]
concepts::FormulaContainer< F >::FormulaContainer | ( | const Formula< F > & | frm | ) |
Constructor for a formula, takes a clone.
◆ FormulaContainer() [4/6]
concepts::FormulaContainer< F >::FormulaContainer | ( | const RCP< const Formula< F > > | frm | ) |
◆ FormulaContainer() [5/6]
|
explicit |
Constructor for a pointer to a formula in dynamic memory which will be deleted by this class.
◆ FormulaContainer() [6/6]
|
explicit |
Copy constructor.
◆ ~FormulaContainer()
|
virtual |
Member Function Documentation
◆ clone()
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::Formula< F >.
Definition at line 59 of file formulaContainer.hh.
◆ empty()
|
inline |
Returns true if no formula is stored.
Definition at line 66 of file formulaContainer.hh.
◆ frm()
|
inline |
Definition at line 63 of file formulaContainer.hh.
◆ info()
|
protectedvirtual |
◆ operator()() [1/6]
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Reimplemented in concepts::FormulaFromElementFormula< dim, F, G >.
Definition at line 53 of file formula.hh.
◆ operator()() [2/6]
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Reimplemented in concepts::FormulaFromElementFormula< dim, F, G >.
Definition at line 56 of file formula.hh.
◆ operator()() [3/6]
|
inlinevirtualinherited |
Convenience implementation, that by default ignores its elm param.
Reimplemented in concepts::FormulaFromElementFormula< dim, F, G >.
Definition at line 59 of file formula.hh.
◆ operator()() [4/6]
|
virtual |
◆ operator()() [5/6]
|
virtual |
◆ operator()() [6/6]
|
virtual |
Member Data Documentation
◆ frm_
|
private |
Element formula is stored as a RCP.
Definition at line 73 of file formulaContainer.hh.
The documentation for this class was generated from the following file:
- formula/formulaContainer.hh