|
dune-localfunctions
2.4.1
|
General Lagrange finite element with arbitrary dimension and polynomial order. More...
#include <dune/localfunctions/lagrange/pk.hh>
Public Member Functions | |
| PkLocalFiniteElement () | |
| PkLocalFiniteElement (const unsigned int vertexmap[k+1]) | |
General Lagrange finite element with arbitrary dimension and polynomial order.
| D | type used for domain coordinates |
| R | type used for function values |
| d | dimension of the reference element |
| k | polynomial order |
|
inline |
|
inline |
Constructor for variants with permuted vertices.
| vertexmap | The 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 |
References Dune::PkLocalFiniteElement< D, R, d, k >::PkLocalFiniteElement().
1.8.11