Feel++
0.92.0
|
Public Member Functions | |
Constructors, destructor | |
ConstrainedPolynomialSet () | |
void | setConstraints (constraintset_type const &fset) |
Static Public Attributes | |
Constants | |
static const uint16_type | nDim = super::nDim |
static const uint16_type | nOrder = super::nOrder |
static const bool | is_vectorial = super::is_vectorial |
static const bool | is_scalar = super::is_scalar |
static const uint16_type | nComponents = super::nComponents |
Typedefs | |
typedef ConstrainedPolynomialSet< Poly > | self_type |
typedef Poly | space_type |
typedef super::value_type | value_type |
typedef super::basis_type | basis_type |
typedef super::polyset_type | polyset_type |
typedef Functional< space_type > | constraint_type |
typedef FunctionalSet< space_type > | constraintset_type |
typedef PolynomialSet < space_type, Scalar > | component_type |
typedef mpl::if_< mpl::bool_ < is_scalar >, mpl::identity < Polynomial< space_type > >, mpl::identity< Polynomial < space_type, Vectorial > > >::type::type | polynomial_type |
typedef super::convex_type | convex_type |
typedef basis_type::matrix_type | matrix_type |
typedef basis_type::points_type | points_type |
BOOST_STATIC_ASSERT ((boost::is_same< typename matrix_type::value_type, value_type >::value)) | |
BOOST_STATIC_ASSERT ((boost::is_same< typename matrix_type::value_type, typename points_type::value_type >::value)) |