dune-localfunctions  2.2.1
Public Types | Static Public Member Functions | List of all members
Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, 2, 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, 2 >
::Traits::LocalBasisType::Traits, 0 >
::Traits 
T
 
typedef Q2LocalFiniteElement
< D, R, 2 > 
Q22D
 

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 k>
struct Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, 2, k >

Factory that only creates dimension specific local finite elements.

Specialization for dim=2

Member Typedef Documentation

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

Member Function Documentation

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

create finite element for given GeometryType


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