dune-localfunctions  2.5-git
Public Types | Static Public Member Functions | List of all members
Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, d, k > Struct Template Reference

Factory that only creates dimension specific local finite elements. More...

#include <dune/localfunctions/lagrange/pqkfactory.hh>

Public Types

typedef FixedOrderLocalBasisTraits< typename P0LocalFiniteElement< D, R, d >::Traits::LocalBasisType::Traits, 0 >::Traits T
 

Static Public Member Functions

static LocalFiniteElementVirtualInterface< T > * create (const GeometryType &gt)
 create finite element for given GeometryType More...
 

Detailed Description

template<class D, class R, int d, int k>
struct Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, d, k >

Factory that only creates dimension specific local finite elements.

Empty default implementation

Member Typedef Documentation

§ T

template<class D , class R , int d, int k>
typedef FixedOrderLocalBasisTraits<typename P0LocalFiniteElement<D,R,d>::Traits::LocalBasisType::Traits,0>::Traits Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, d, k >::T

Member Function Documentation

§ create()

template<class D , class R , int d, int k>
static LocalFiniteElementVirtualInterface<T>* Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, d, k >::create ( const GeometryType &  gt)
inlinestatic

create finite element for given GeometryType


The documentation for this struct was generated from the following file: