dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, 3, 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, 3 >::Traits::LocalBasisType::Traits T
 
using PrismP1 = LagrangePrismLocalFiniteElement< D, R, 1 >
 
using PrismP2 = LagrangePrismLocalFiniteElement< D, R, 2 >
 
using PyramidP1 = LagrangePyramidLocalFiniteElement< D, R, 1 >
 
using PyramidP2 = LagrangePyramidLocalFiniteElement< D, R, 2 >
 

Static Public Member Functions

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

Detailed Description

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

Factory that only creates dimension specific local finite elements.

Specialization for dim=3

Member Typedef Documentation

◆ PrismP1

template<class D , class R , int k>
using Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, 3, k >::PrismP1 = LagrangePrismLocalFiniteElement<D,R,1>

◆ PrismP2

template<class D , class R , int k>
using Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, 3, k >::PrismP2 = LagrangePrismLocalFiniteElement<D,R,2>

◆ PyramidP1

template<class D , class R , int k>
using Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, 3, k >::PyramidP1 = LagrangePyramidLocalFiniteElement<D,R,1>

◆ PyramidP2

template<class D , class R , int k>
using Dune::DimSpecificPQkLocalFiniteElementFactory< D, R, 3, k >::PyramidP2 = LagrangePyramidLocalFiniteElement<D,R,2>

◆ T

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

Member Function Documentation

◆ create()

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

create finite element for given GeometryType


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