Public Types | |
typedef F | value_type |
Public Member Functions | |
ElementFormulaContainer (const F x) | |
ElementFormulaContainer () | |
ElementFormulaContainer (const ElementFormula< F, G > &frm) | |
ElementFormulaContainer (const RCP< const ElementFormula< F, G > > frm) | |
ElementFormulaContainer (const ElementFormula< F, G > *frm) | |
ElementFormulaContainer (const ElementFormulaContainer< F, G > &frm) | |
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 Real1d &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 ElementFormulaContainer< F, G > * | clone () const |
Virtual copy constructor. | |
const ElementFormula< F, G > & | frm () const |
bool | empty () const |
Returns true if no formula is stored. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Definition at line 22 of file elementFormulaContainer.hh.
|
inherited |
Definition at line 37 of file elementFormula.hh.
concepts::ElementFormulaContainer< F, G >::ElementFormulaContainer | ( | const F | x | ) |
Special constructor for a constant.
So, a constant can simply given to functions where a ElementFormulaContainer<F,G> is expected.
|
inline |
Constructor with no argument
Definition at line 35 of file elementFormulaContainer.hh.
concepts::ElementFormulaContainer< F, G >::ElementFormulaContainer | ( | const ElementFormula< F, G > & | frm | ) |
Constructor for an element formula, takes a clone
concepts::ElementFormulaContainer< F, G >::ElementFormulaContainer | ( | const RCP< const ElementFormula< F, G > > | frm | ) |
|
explicit |
Constructor for a pointer to an element formula in dynamic memory which will be deleted by this class.
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 65 of file elementFormulaContainer.hh.
|
inline |
Returns true if no formula is stored.
Definition at line 72 of file elementFormulaContainer.hh.
|
inline |
Definition at line 69 of file elementFormulaContainer.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
virtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
|
inlinevirtual |
Definition at line 57 of file elementFormulaContainer.hh.
|
virtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
|
virtual |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.