#include <im.hpp>
order policy that computes integrals of polynomials up to degree N. It selects the proper jacobi polynomials degree.
Static Public Attributes | |
static const uint16_type | integration_degree = N |
static const uint16_type | jacobi_degree = ( integration_degree+1 )/2+1 |