Feel++  0.92.0
Feel::IMExact< T > Class Template Reference

exact integration method More...

#include <imexact.hpp>

List of all members.

Public Member Functions

Constructors, destructor
 IMExact ()
 IMExact (IMExact const &)
 ~IMExact ()
Accessors
uint16_type nPoints () const
points_type points () const
Methods
template<typename Expression >
value_type integrate (Expression const &f) const

Typedefs

typedef T value_type
typedef ublas::matrix
< value_type,
ublas::column_major > 
points_type
typedef IMExact< value_type > face_quadrature_type
static const bool is_exact = true
static const bool is_face_im = false

Detailed Description

template<typename T = double>
class Feel::IMExact< T >

exact integration method

Author:
Christophe Prud'homme <christophe.prudhomme@ujf-grenoble.fr>

Member Function Documentation

template<typename T = double>
template<typename Expression >
value_type Feel::IMExact< T >::integrate ( Expression const &  f) const [inline]

the integration has already been calculated elsewhere

See also:
feel/feelf/operators2.hpp
template<typename T = double>
uint16_type Feel::IMExact< T >::nPoints ( void  ) const [inline]

no points with exact integration

template<typename T = double>
points_type Feel::IMExact< T >::points ( ) const [inline]

dummy points