Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Feel::IMExact< T > Class Template Reference

#include <imexact.hpp>

Detailed Description

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

exact integration method

Author
Christophe Prud'homme chris.nosp@m.toph.nosp@m.e.pru.nosp@m.dhom.nosp@m.me@fe.nosp@m.elpp.nosp@m..org

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
 

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


The documentation for this class was generated from the following file:

Generated on Fri Oct 25 2013 14:24:30 for Feel++ by doxygen 1.8.4