|
|
| PiecewiseFormulaFun (PiecewiseFormulaBase< G > &formula) |
| |
| virtual PiecewiseFormulaFun< F, G > * | clone () const |
| | Virtual copy constructor.
|
| |
| virtual F | operator() (const Connector &cell, const Real p, const Real t=0.0) const |
| | Gives the value in an particular cell on a particular point.
|
| |
| virtual F | operator() (const Connector &cell, const Real2d &p, const Real t=0.0) const |
| |
| virtual F | operator() (const Connector &cell, const Real3d &p, const Real t=0.0) const |
| |
|
PiecewiseFormulaFun< F, G > & | operator*= (const F n) |
| |
|
PiecewiseFormulaFun< F, G > & | operator+= (const F n) |
| |
|
PiecewiseFormulaFun< F, G > & | reciprocal () |
| |
|
void | clear () |
| | Clears the operations.
|
| |
| 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< concepts::Realtype< F >::type > &elm, const Real p, const Real t=0.0) const=0 |
| |
| virtual F | operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
| |
| virtual F | operator() (const ElementWithCell< concepts::Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
| |
| virtual const F & | dflt_value () const |
| | Gives default value.
|
| |
| virtual F & | dflt_value () |
| | Gives default value.
|
| |
Piecewise defined function as an analytical function of another piecewiese defined function.
There are operations for the result of the contained function.
- Author
- Kersten Schmidt, 2005
Definition at line 425 of file formula.hh.