Feel++  0.92.0
Public Types | Static Public Attributes
Feel::NedelecPolynomialSet< N, O, T, Convex > Class Template Reference

List of all members.

Public Types

typedef
detail::OrthonormalPolynomialSet
< N, O, N, Vectorial, T,
Convex
Pk_v_type
typedef
detail::OrthonormalPolynomialSet
< N, O+1, N, Vectorial, T,
Convex
Pkp1_v_type
typedef
detail::OrthonormalPolynomialSet
< N, Om1, N, Vectorial, T,
Convex
Pkm1_v_type
typedef
detail::OrthonormalPolynomialSet
< N, O, N, Scalar, T, Convex
Pk_s_type
typedef
detail::OrthonormalPolynomialSet
< N, O+1, N, Scalar, T, Convex
Pkp1_s_type
typedef PolynomialSet
< typename super::basis_type,
Vectorial
vectorial_polynomialset_type
typedef
vectorial_polynomialset_type::polynomial_type 
vectorial_polynomial_type
typedef PolynomialSet
< typename super::basis_type,
Scalar
scalar_polynomialset_type
typedef
scalar_polynomialset_type::polynomial_type 
scalar_polynomial_type
typedef NedelecPolynomialSet
< N, O, T > 
self_type
typedef super::value_type value_type
typedef super::convex_type convex_type
typedef super::matrix_type matrix_type
typedef super::points_type points_type

Static Public Attributes

static const uint16_type Om1 = (O==0)?0:O-1
static const uint16_type nDim = super::nDim
static const uint16_type nOrder = super::nOrder
static const uint16_type nComponents = super::nComponents
static const bool is_product = false

template<uint16_type N, uint16_type O, typename T = double, template< uint16_type, uint16_type, uint16_type > class Convex = Simplex>
class Feel::NedelecPolynomialSet< N, O, T, Convex >