Dune Core Modules (2.6.0)

Dune::PkLocalFiniteElement< D, R, d, k > Class Template Reference

General Lagrange finite element with arbitrary dimension and polynomial order. More...

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

Public Member Functions

 PkLocalFiniteElement (const unsigned int vertexmap[k+1])
 

Detailed Description

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

General Lagrange finite element with arbitrary dimension and polynomial order.

Template Parameters
Dtype used for domain coordinates
Rtype used for function values
ddimension of the reference element
kpolynomial order

Constructor & Destructor Documentation

◆ PkLocalFiniteElement()

template<class D , class R , int d, int k>
Dune::PkLocalFiniteElement< D, R, d, k >::PkLocalFiniteElement ( const unsigned int  vertexmap[k+1])
inline

Constructor for variants with permuted vertices.

Parameters
vertexmapThe permutation of the vertices. This can for instance be generated from the global indices of the vertices by reducing those to the integers 0...k+1

The documentation for this class was generated from the following file:
  • dune/localfunctions/lagrange/pk.hh
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 19, 22:31, 2024)