Bembel
Quadrature

The Quadrature module provides quadrature routines for the unit interval/square/cube/.... by means of template recursion. More...

Classes

struct  Bembel::GaussLegendreRule< Order >
 Gauss Legendre quadrature rules. The first 20 are hard coded. Afterwards, the programmer in charge lost his interest and provided a method to compute arbitrary order Legendre rules by solving the corresponding eigenvalue problem. More...
 
struct  Bembel::QuadratureVector< QuadratureRule, Order >
 this struct wraps all the defined quadrature Rules in a nice structure overloading the [] operator such that they can be accessed within a loop during runtime More...
 
struct  Bembel::QuadratureVector< QuadratureRule, 0 >
 this struct wraps all the defined quadrature Rules in a nice structure overloading the [] operator such that they can be accessed within a loop during runtime More...
 
struct  Bembel::TensorProductQuadratureVector< QuadratureRule, Order >
 
struct  Bembel::TensorProductQuadratureVector< QuadratureRule, 0 >
 

Detailed Description

The Quadrature module provides quadrature routines for the unit interval/square/cube/.... by means of template recursion.