Bembel
Bembel::GaussLegendreRule< Order > Struct Template Reference

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...

#include <GaussLegendreRule.hpp>

Detailed Description

template<unsigned int Order>
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.

In addition, to make use of the bracket initializer, std::vector had to be used in the template specializations. However, this is taken care of by the quadrature struct.

Definition at line 28 of file GaussLegendreRule.hpp.

Public Attributes

std::vector< double > xi_
 
std::vector< double > w_
 

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