#include <function.hh>
Public Member Functions | |
virtual uint | n () const =0 |
Number of components. | |
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const uint *i) const =0 |
virtual void | operator() (const Element< G > &elm, const uint *j, Array< F > &val, const uint *i) const =0 |
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const Real p, const Real t=0.0) const =0 |
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const Real2d &p, const Real t=0.0) const =0 |
virtual void | operator() (const Element< G > &elm, const Array< F > &coeff, Array< F > &val, const Real3d &p, const Real t=0.0) const =0 |
virtual ElementFunction< F, G > * | clone () const =0 |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
An abstract class for a function in a FE space.
Definition at line 24 of file function.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in hp1D::Value< F, G >, hp1D::Grad< F, G >, hp2D::Value< F, G >, hp2D::Grad< F >, hp2D::Grad< Cmplx >, hp2D::Laplacian< F, G >, hp2D::Partial_xx< F, Q >, hp2D::Partial_yy< F, Q >, hp2D::PlCurl< F >, hp2D::PlCurl< Cmplx >, hp2D::Trace< F, G >, hp2D::TraceDeriv< F, G >, hp2D::NeumannTrace< F, G >, hp2Dedge::Value< F, G, H >, hp2Dedge::Rot< F, G >, hp2Dedge::Rot< Cmplx >, hp2D::Eddy2D_eField, hp2D::Eddy2D_dissipation, hp2D::Maxwell2D_hField, hp2D::Maxwell2D_eField, hp2D::Maxwell2D_dissipation, mechanics::Stress3D< F, G >, concepts::Squared< F, G >, concepts::AbsoluteComp< F, G >, concepts::Absolute< F, G >, vectorial::ElementFunction< F, G >, vectorial::ElementFunctionComponent< F, G >, vectorial::ElementFunctionAllComponents< F, G >, and vectorial::SymmetrizeTensor< dim, F, G >.
Definition at line 67 of file function.hh.
|
pure virtual |
Number of components.
Implemented in hp1D::Value< F, G >, hp1D::Grad< F, G >, hp2D::Value< F, G >, hp2D::Laplacian< F, G >, hp2D::ElementFunction< dim, F, Q >, hp2D::ElementFunction< 1, Cmplx >, hp2D::ElementFunction< 1, Cmplx, hp2Dedge::Quad<> >, hp2D::ElementFunction< 1, Cmplx, Quad< Real > >, hp2D::ElementFunction< 1, F, Quad< Real > >, hp2D::ElementFunction< 1, Real, hp1D::Element< typename concepts::Realtype< Real >::type > >, hp2D::ElementFunction< 1, Real, Quad< Real > >, hp2D::ElementFunction< 1, Real, Quad< typename concepts::Realtype< Real >::type > >, hp2D::ElementFunction< 2, Cmplx >, hp2D::ElementFunction< 2, Real >, hp2D::ElementFunction< 2, Real, Quad< typename concepts::Realtype< Real >::type > >, hp2D::ElementFunction< 1, F, Q >, hp3D::Value< F, G >, hp3D::Value< concepts::Cmplx, Real >, hp3D::Value< Real, Real >, hp3D::Grad< F, G >, mechanics::Stress3D< F, G >, concepts::Squared< F, G >, concepts::AbsoluteComp< F, G >, concepts::Absolute< F, G >, vectorial::ElementFunction< F, G >, vectorial::ElementFunctionComponent< F, G >, vectorial::ElementFunctionAllComponents< F, G >, vectorial::SymmetrizeTensor< dim, F, G >, and hp3D::Laplacian< F, G >.
|
pure virtual |
Evaluates the function value in an arbitrary point p
of physical space
elm | Element |
coeff | Coefficients of local shape functions |
val | Function value |
p | Point in space in local element coordinates |
t | Point in time |
Implemented in hp3D::Laplacian< F, G >, concepts::Squared< F, G >, concepts::AbsoluteComp< F, G >, and concepts::Absolute< F, G >.
|
pure virtual |
Implemented in hp3D::Laplacian< F, G >.
|
pure virtual |
Evaluates the function on precalculated quadrature points.
elm | Element |
coeff | Coefficients of local shape functions |
val | Function value |
i | multi-index of the quadrature point |
Implemented in hp1D::Value< F, G >, hp1D::Grad< F, G >, hp2D::Value< F, G >, hp2D::Laplacian< F, G >, hp3D::Value< F, G >, hp3D::Grad< F, G >, mechanics::Stress3D< F, G >, vectorial::ElementFunction< F, G >, vectorial::ElementFunctionComponent< F, G >, vectorial::ElementFunctionAllComponents< F, G >, vectorial::SymmetrizeTensor< dim, F, G >, hp3D::Laplacian< F, G >, concepts::Squared< F, G >, concepts::AbsoluteComp< F, G >, and concepts::Absolute< F, G >.
|
pure virtual |
Evaluates the given function on a specific shape function j
(on precalculated quadrature points).
elm | Element |
j | multi-index of a shapefunction |
val | Function value |
i | multi-index of the quadrature point |
Implemented in hp1D::Value< F, G >, hp1D::Grad< F, G >, hp2D::Value< F, G >, hp2D::Laplacian< F, G >, hp3D::Value< F, G >, hp3D::Grad< F, G >, mechanics::Stress3D< F, G >, vectorial::ElementFunction< F, G >, vectorial::ElementFunctionComponent< F, G >, vectorial::ElementFunctionAllComponents< F, G >, vectorial::SymmetrizeTensor< dim, F, G >, hp3D::Laplacian< F, G >, concepts::Squared< F, G >, concepts::AbsoluteComp< F, G >, and concepts::Absolute< F, G >.