#include <function.hh>
|
virtual Value< F, G > * | clone () const |
|
virtual uint | n () const |
| Number of components.
|
|
virtual void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const uint *i) const |
|
virtual void | operator() (const concepts::Element< G > &elm, const uint *j, concepts::Array< F > &val, const uint *i) const |
|
virtual void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const Real p, const Real t=0.0) const |
|
virtual void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const Real2d &p, const Real t=0.0) const |
|
virtual void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, concepts::Array< F > &val, const concepts::Real3d &p, const Real t=0.0) const |
|
void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, F &val, const uint *i) const |
|
void | operator() (const concepts::Element< G > &elm, const uint *j, F &val, const uint *i) const |
|
void | operator() (const concepts::Element< G > &elm, const concepts::Array< F > &coeff, 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 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 std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream.
|
|
template<typename F = Real, typename G = typename concepts::Realtype<F>::type>
class hp2D::Value< F, G >
The approximated function in a FE space.
- Test:
- test::FunctionEvaluation
- Author
- Kersten Schmidt, 2009
- Examples
- inhomDirichletBCs.cc, and parallelizationTutorial.cc.
Definition at line 33 of file function.hh.
◆ clone()
template<typename F = Real, typename G = typename concepts::Realtype<F>::type>
◆ info()
template<typename F = Real, typename G = typename concepts::Realtype<F>::type>
virtual std::ostream & hp2D::Value< F, G >::info |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
◆ n()
template<typename F = Real, typename G = typename concepts::Realtype<F>::type>
◆ operator()() [1/4]
template<typename F = Real, typename G = typename concepts::Realtype<F>::type>
Evaluates the function on precalculated quadrature points.
- Parameters
-
elm | Element |
coeff | Coefficients of local shape functions |
val | Function value |
i | multi-index of the quadrature point |
Implements concepts::ElementFunction< F, G >.
◆ operator()() [2/4]
template<typename F = Real, typename G = typename concepts::Realtype<F>::type>
Evaluates the given function on a specific shape function j
(on precalculated quadrature points).
- Parameters
-
elm | Element |
j | multi-index of a shapefunction |
val | Function value |
i | multi-index of the quadrature point |
Implements concepts::ElementFunction< F, G >.
◆ operator()() [3/4]
template<class F , class G = typename Realtype<F>::type>
◆ operator()() [4/4]
template<class F , class G = typename Realtype<F>::type>
The documentation for this class was generated from the following file: