template<uint16_type N, uint16_type RealDim, template< uint16_type Dim > class PolySetType, typename T = double, template< uint16_type, uint16_type, uint16_type > class Convex = Simplex, uint16_type TheTAG = 0>
class Feel::fem::CrouzeixRaviart< N, RealDim, PolySetType, T, Convex, TheTAG >
CrouzeixRaviart Finite Element.
- Author
- Christophe Prud'homme
|
| BOOST_STATIC_ASSERT (N > 1) |
|
|
| CrouzeixRaviart () |
|
| CrouzeixRaviart (CrouzeixRaviart const &cr) |
|
| ~CrouzeixRaviart () |
|
|
reference_convex_type const & | referenceConvex () const |
|
| FiniteElement (dual_space_type const &pdual) |
|
| FiniteElement (FiniteElement const &fe) |
|
| ~FiniteElement () |
|
self_type & | operator= (self_type const &fe) |
|
value_type | operator() (uint16_type i, ublas::vector_expression< AE > const &pt) const |
|
value_type | operator() (ublas::vector_expression< AE > const &pt) const |
|
matrix_type | operator() (points_type const &pts) const |
|
void | domainShape () const |
|
uint16_type | nbPoints () const |
|
primal_space_type const & | primal () const |
|
dual_space_type const & | dual () const |
|
points_type const & | points () const |
|
points_type const & | points (uint16_type f) const |
|
|
typedef super::value_type | value_type |
|
typedef super::primal_space_type | primal_space_type |
|
typedef super::dual_space_type | dual_space_type |
|
typedef Continuous | continuity_type |
|
typedef super::polyset_type | polyset_type |
|
typedef CrouzeixRaviart< N,
RealDim, Scalar, T, Convex > | component_basis_type |
|
typedef
dual_space_type::convex_type | convex_type |
|
typedef
dual_space_type::pointset_type | pointset_type |
|
typedef
dual_space_type::reference_convex_type | reference_convex_type |
|
typedef
reference_convex_type::node_type | node_type |
|
typedef
reference_convex_type::points_type | points_type |
|
static const uint16_type | nDim = N |
|
static const uint16_type | nOrder = super::nOrder |
|
static const bool | isTransformationEquivalent = true |
|
static const bool | isContinuous = true |
|
static const uint16_type | TAG = TheTAG |
|
static const bool | is_vectorial = polyset_type::is_vectorial |
|
static const bool | is_scalar = polyset_type::is_scalar |
|
static const uint16_type | nComponents = polyset_type::nComponents |
|
static const bool | is_product = true |
|
static const uint16_type | nbPtsPerVertex = 0 |
|
static const uint16_type | nbPtsPerEdge |
|
static const uint16_type | nbPtsPerFace |
|
static const uint16_type | nbPtsPerVolume = 0 |
|
static const uint16_type | numPoints |
|
template<uint16_type N, uint16_type RealDim, template< uint16_type Dim > class PolySetType, typename T = double, template< uint16_type, uint16_type, uint16_type > class Convex = Simplex, uint16_type TheTAG = 0>
- Returns
- the family name of the finite element
Implements Feel::FiniteElement< mpl::if_< mpl::bool_< Convex< N, 1, N >::is_simplex >, mpl::identity< Feel::detail::OrthonormalPolynomialSet< N, 1, RealDim, PolySetType, T, TheTAG, Convex > >, mpl::identity< fem::detail::RannacherTurekPolynomialSet< N, PolySetType, T > > >::type::type, detail::CrouzeixRaviartDual, PointSetEquiSpaced >.