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

functional that returns $\ell_u^i (v) = \int_\Omega( \frac{d u}{d x_i} \, v )$ More...

#include <functionals2.hpp>

Inheritance diagram for Feel::functional::IntegralMomentOfDivergence< Space, Poly >:
Feel::Functional< Space >

List of all members.

Public Types

typedef IntegralMoment< Space > self_type
typedef Poly::polynomial_type polynomial_type
typedef super::space_type space_type
typedef space_type::value_type value_type
typedef node< value_type >::type node_type

Public Member Functions

 BOOST_STATIC_ASSERT (Space::is_vectorial)
 IntegralMomentOfDivergence (space_type const &p, polynomial_type const &q)

Detailed Description

template<typename Space, typename Poly = Space>
class Feel::functional::IntegralMomentOfDivergence< Space, Poly >

functional that returns $\ell_u^i (v) = \int_\Omega( \frac{d u}{d x_i} \, v )$

Author:
Christophe Prud'homme