Feel++  0.92.0
Public Types | Public Member Functions | Static Public Attributes
Feel::IMGeneral< Dim, Order, T, Entity, QPS, DegreePolicy > Class Template Reference

List of all members.

Public Types

typedef DegreePolicy< Order > degree_policy_type
typedef Entity< Dim, nOrder, Dim > convex_type
typedef super::value_type value_type
typedef super::node_type node_type
typedef super::weights_type weights_type
typedef super::nodes_type nodes_type
typedef boost::tuple
< nodes_type, weights_type > 
quadrature_data_type
typedef super::face_quadrature_type face_quadrature_type
typedef IMGeneral< Dim, Order,
T, Entity, QPS, DegreePolicy > 
parent_quadrature_type

Public Member Functions

quadrature_data_type data () const

Static Public Attributes

static const bool is_exact = false
static const uint16_type nDim = Dim
static const uint16_type nNodes = degree_policy_type::jacobi_degree
static const uint16_type nOrder = degree_policy_type::integration_degree

template<int Dim, uint16_type Order, typename T = double, template< uint16_type, uint16_type, uint16_type > class Entity = Simplex, template< class Convex, uint16_type O, typename T2 > class QPS = Gauss, template< uint16_type N > class DegreePolicy = IntegrationDegree>
class Feel::IMGeneral< Dim, Order, T, Entity, QPS, DegreePolicy >