dune-localfunctions 2.8.0
Public Types | Static Public Member Functions | List of all members
Dune::PQkLocalFiniteElementFactory< D, R, dim, k > Struct Template Reference

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 P0LocalFiniteElement< D, R, dim >::Traits::LocalBasisType::Traits T
 
typedef LocalFiniteElementVirtualInterface< TFiniteElementType
 
typedef P0LocalFiniteElement< D, R, dim > P0
 
typedef PkLocalFiniteElement< D, R, dim, k > Pk
 
typedef QkLocalFiniteElement< D, R, dim, k > Qk
 

Static Public Member Functions

static FiniteElementTypecreate (const GeometryType &gt)
 create finite element for given GeometryType More...
 

Detailed Description

template<class D, class R, int dim, int k>
struct Dune::PQkLocalFiniteElementFactory< D, R, dim, k >

Factory to create any kind of Pk/Qk like element wrapped for the virtual interface.

Member Typedef Documentation

◆ FiniteElementType

template<class D , class R , int dim, int k>
typedef LocalFiniteElementVirtualInterface<T> Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::FiniteElementType

◆ P0

template<class D , class R , int dim, int k>
typedef P0LocalFiniteElement<D,R,dim> Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::P0

◆ Pk

template<class D , class R , int dim, int k>
typedef PkLocalFiniteElement<D,R,dim,k> Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::Pk

◆ Qk

template<class D , class R , int dim, int k>
typedef QkLocalFiniteElement<D,R,dim,k> Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::Qk

◆ T

template<class D , class R , int dim, int k>
typedef P0LocalFiniteElement<D,R,dim>::Traits::LocalBasisType::Traits Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::T

Member Function Documentation

◆ create()

template<class D , class R , int dim, int k>
static FiniteElementType * Dune::PQkLocalFiniteElementFactory< D, R, dim, k >::create ( const GeometryType &  gt)
inlinestatic

create finite element for given GeometryType


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