concepts::ElementFunction< F, G > Class Template Referenceabstract
An abstract class for a function in a FE space. More...
#include <elementFormula.hh>
Public Member Functions | |
virtual ElementFunction< F, G > * | clone () const =0 |
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 =0 |
Evaluates the function value in an arbitrary point p of physical space. More... | |
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 void | operator() (const Element< G > &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< G > &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... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Detailed Description
template<class F, class G = typename Realtype<F>::type>
class concepts::ElementFunction< F, G >
An abstract class for a function in a FE space.
Definition at line 25 of file elementFormula.hh.
Member Function Documentation
◆ clone()
|
pure virtual |
◆ info()
|
inlineprotectedvirtual |
Reimplemented in vectorial::SymmetrizeTensor< dim, F, G >, vectorial::ElementFunctionAllComponents< F, G >, vectorial::ElementFunctionComponent< F, G >, vectorial::ElementFunction< F, G >, concepts::Absolute< F, G >, concepts::AbsoluteComp< F, G >, concepts::Squared< F, G >, mechanics::Stress3D< F, G >, hp2D::Maxwell2D_dissipation, hp2D::Maxwell2D_eField, hp2D::Maxwell2D_hField, hp2D::Eddy2D_dissipation, hp2D::Eddy2D_eField, hp2Dedge::Rot< F, G >, hp2Dedge::Rot< Cmplx >, hp2Dedge::Value< F, G, H >, hp2D::l2::Value< F, G >, hp2D::NeumannTrace< F, G >, hp2D::TraceDeriv< F, G >, hp2D::Trace< F, G >, hp2D::PlCurl< F >, hp2D::PlCurl< Cmplx >, hp2D::Partial_yy< F, Q >, hp2D::Partial_xx< F, Q >, hp2D::Laplacian< F, G >, hp2D::Grad< F >, hp2D::Grad< Cmplx >, hp2D::Value< F, G >, hp1D::Grad< F, G >, and hp1D::Value< F, G >.
Definition at line 67 of file function.hh.
◆ n()
|
pure virtual |
Number of components.
Implemented in hp3D::Value< concepts::Cmplx, Real >, hp3D::Value< Real, Real >, hp2D::ElementFunction< 1, Real, Quad< typename concepts::Realtype< Real >::type > >, hp2D::ElementFunction< 1, Cmplx >, hp2D::ElementFunction< 1, Real, Quad< Real > >, hp2D::ElementFunction< 1, Real, hp1D::Element< typename concepts::Realtype< Real >::type > >, hp2D::ElementFunction< 2, Real, Quad< typename concepts::Realtype< Real >::type > >, hp2D::ElementFunction< 2, Real >, hp2D::ElementFunction< 1, Cmplx, hp2Dedge::Quad<> >, hp2D::ElementFunction< 1, Cmplx, Quad< Real > >, hp2D::ElementFunction< 2, Cmplx >, and hp2D::ElementFunction< 1, F, Quad< Real > >.
◆ operator()() [1/5]
◆ operator()() [2/5]
|
pure virtual |
◆ operator()() [3/5]
|
pure virtual |
◆ operator()() [4/5]
|
pure virtual |
◆ operator()() [5/5]
|
pure virtual |
The documentation for this class was generated from the following files:
- function/elementFormula.hh
- space/function.hh