|
Feel++
0.92.0
|
exact integration method More...
#include <imexact.hpp>
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 |
exact integration method
| value_type Feel::IMExact< T >::integrate | ( | Expression const & | f | ) | const [inline] |
the integration has already been calculated elsewhere
| uint16_type Feel::IMExact< T >::nPoints | ( | void | ) | const [inline] |
no points with exact integration
| points_type Feel::IMExact< T >::points | ( | ) | const [inline] |
dummy points
1.7.6.1