dune-localfunctions
2.2.1
|
Factory to create any kind of Pk/Qk like element wrapped for the virtual interface. More...
#include <dune/localfunctions/lagrange/pqkfactory.hh>
Public Types | |
typedef FixedOrderLocalBasisTraits < typename P0LocalFiniteElement< D, R, dim > ::Traits::LocalBasisType::Traits, 0 > ::Traits | T |
typedef LocalFiniteElementVirtualInterface < T > | FiniteElementType |
typedef P0LocalFiniteElement < D, R, dim > | P0 |
typedef PkLocalFiniteElement < D, R, dim, k > | Pk |
typedef Q1LocalFiniteElement < D, R, dim > | Q1 |
Static Public Member Functions | |
static FiniteElementType * | create (const GeometryType >) |
create finite element for given GeometryType More... | |
Factory to create any kind of Pk/Qk like element wrapped for the virtual interface.
typedef LocalFiniteElementVirtualInterface<T> Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::FiniteElementType |
typedef P0LocalFiniteElement<D,R,dim> Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::P0 |
typedef PkLocalFiniteElement<D,R,dim,k> Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::Pk |
typedef Q1LocalFiniteElement<D,R,dim> Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::Q1 |
typedef FixedOrderLocalBasisTraits<typename P0LocalFiniteElement<D,R,dim>::Traits::LocalBasisType::Traits,0>::Traits Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::T |
|
inlinestatic |
create finite element for given GeometryType
References Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, d, k >::create().
Referenced by Dune::PQkLocalFiniteElementCache< D, R, dim, k >::get().