dune-localfunctions 2.10
Loading...
Searching...
No Matches
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 P0LocalFiniteElement< D, R, d >::Traits::LocalBasisType::Traits T
 

Static Public Member Functions

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

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 P0LocalFiniteElement<D,R,d>::Traits::LocalBasisType::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 &  )
inlinestatic

create finite element for given GeometryType


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