Feel++  0.92.0
Feel::Gauss< Convex, Integration_Degree, T > Class Template Reference

Gauss quadrature points. More...

#include <gauss.hpp>

Inheritance diagram for Feel::Gauss< Convex, Integration_Degree, T >:
Feel::PointSetQuadrature< Convex, Integration_Degree, T > Feel::PointSet< Convex, T > Feel::VisitableBase<>

List of all members.


Detailed Description

template<class Convex, uint16_type Integration_Degree, typename T>
class Feel::Gauss< Convex, Integration_Degree, T >

Gauss quadrature points.

 // generate a Gauss point set that would integrate exactly linear
 // functions using double precision numerical type
 Gauss<Simplex,1,double> gauss;
Author:
Gilles Steiner
Christophe Prud'homme