|
| Absolute (ElementFunction< F, G > &fun) |
| Constructor. More...
|
|
virtual Absolute< F, G > * | clone () const |
|
virtual ElementFunction< F, typename Realtype< F >::type > * | clone () const=0 |
|
virtual uint | n () const |
|
virtual uint | n () const=0 |
| Number of components. More...
|
|
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const Real p, const Real t=0.0) const |
|
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const Real2d &p, const Real t=0.0) const |
|
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const Real3d &p, const Real t=0.0) const |
|
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const uint *i) const |
|
virtual void | operator() (const Element< G > &elm, const uint *j, Array< F > &val, const uint *i) const |
|
virtual void | operator() (const Element< typename Realtype< F >::type > &elm, const Array< F > &coeff, Array< F > &val, const Real p, const Real t=0.0) const=0 |
| Evaluates the function value in an arbitrary point p of physical space. More...
|
|
virtual void | operator() (const Element< typename Realtype< F >::type > &elm, const Array< F > &coeff, Array< F > &val, const Real2d &p, const Real t=0.0) const=0 |
|
virtual void | operator() (const Element< typename Realtype< F >::type > &elm, const Array< F > &coeff, Array< F > &val, const Real3d &p, const Real t=0.0) const=0 |
|
virtual void | operator() (const Element< typename Realtype< F >::type > &elm, const Array< F > &coeff, Array< F > &val, const uint *i) const=0 |
| Evaluates the function on precalculated quadrature points. More...
|
|
virtual void | operator() (const Element< typename Realtype< F >::type > &elm, const uint *j, Array< F > &val, const uint *i) const=0 |
| Evaluates the given function on a specific shape function j (on precalculated quadrature points). More...
|
|
virtual | ~Absolute () |
|
template<class F, class G = typename Realtype<F>::type>
class concepts::Absolute< F, G >
The absolute value of a element function.
Unless the absolute value is real, the restriction of the methods allow for complex coefficients only complex output. For this case the complex number has only a real part.
- Author
- Kersten Schmidt, 2005
Definition at line 166 of file function.hh.