dune-composites (unstable)
Dune::SerendipityLocalFiniteElement< D, R, d, k > Class Template Reference
General Lagrange finite element for cubes with arbitrary dimension and polynomial order. More...
#include <dune/composites/Driver/FEM/Serendipity/serendipity.hh>
Public Types | |
typedef LocalFiniteElementTraits< LocalBasis, SerendipityLocalCoefficients< k, d >, LocalInterpolation > | Traits |
Public Member Functions | |
SerendipityLocalFiniteElement () | |
const Traits::LocalBasisType & | localBasis () const |
const Traits::LocalCoefficientsType & | localCoefficients () const |
const Traits::LocalInterpolationType & | localInterpolation () const |
unsigned int | size () const |
Number of shape functions in this finite element. | |
Static Public Member Functions | |
static constexpr GeometryType | type () |
Detailed Description
template<class D, class R, int d, int k>
class Dune::SerendipityLocalFiniteElement< D, R, d, k >
class Dune::SerendipityLocalFiniteElement< D, R, d, k >
General Lagrange finite element for cubes with arbitrary dimension and polynomial order.
- Note
- The general class SerendipityLocalCoefficients is available for k>0 in dimensions 2 and 3 only
- Template Parameters
-
D type used for domain coordinates R type used for function values d dimension of the reference element k polynomial order
Member Typedef Documentation
◆ Traits
template<class D , class R , int d, int k>
typedef LocalFiniteElementTraits<LocalBasis,SerendipityLocalCoefficients<k,d>,LocalInterpolation> Dune::SerendipityLocalFiniteElement< D, R, d, k >::Traits |
- Todo:
- Please doc me !
Constructor & Destructor Documentation
◆ SerendipityLocalFiniteElement()
template<class D , class R , int d, int k>
|
inline |
- Todo:
- Please doc me !
Member Function Documentation
◆ localBasis()
template<class D , class R , int d, int k>
|
inline |
- Todo:
- Please doc me !
◆ localCoefficients()
template<class D , class R , int d, int k>
|
inline |
- Todo:
- Please doc me !
◆ localInterpolation()
template<class D , class R , int d, int k>
|
inline |
- Todo:
- Please doc me !
◆ type()
template<class D , class R , int d, int k>
|
inlinestaticconstexpr |
- Todo:
- Please doc me !
The documentation for this class was generated from the following file:
- dune/composites/Driver/FEM/Serendipity/serendipity.hh
