Feel++  0.92.0
Public Types | Public Member Functions
Feel::functional::PointEvaluation< Space > Class Template Reference

generate the functional associated with a point evaluation More...

#include <functionals.hpp>

Inheritance diagram for Feel::functional::PointEvaluation< Space >:
Feel::Functional< Space >

List of all members.

Public Types

typedef PointEvaluation< Space > self_type
typedef super::space_type space_type
typedef space_type::value_type value_type
typedef node< value_type >::type node_type

Public Member Functions

 PointEvaluation (space_type const &b, node_type const &__pt)

Detailed Description

template<typename Space>
class Feel::functional::PointEvaluation< Space >

generate the functional associated with a point evaluation

Given a function space $ E $, generate the functional $ \ell : E \longrightarrow R $ associated with the evaluation of the basis functions of the function space at a point in the geometric space.

Author:
Christophe Prud'homme