Feel++  0.92.0
Static Public Attributes
Feel::IntegrationDegree< N > Struct Template Reference

#include <im.hpp>

List of all members.

Static Public Attributes

static const uint16_type integration_degree = N
static const uint16_type jacobi_degree = ( integration_degree+1 )/2+1

Detailed Description

template<uint16_type N>
struct Feel::IntegrationDegree< N >

order policy that computes integrals of polynomials up to degree N. It selects the proper jacobi polynomials degree.