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

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

#include <functionals.hpp>

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

List of all members.

Public Types

typedef PointDerivative< 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

 PointDerivative (space_type const &b, int i, node_type const &__pt)

Detailed Description

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

generate the functional associated with a point derivative

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

Author:
Christophe Prud'homme