General Lagrange finite element with arbitrary dimension and polynomial order.
More...
#include <dune/localfunctions/lagrange/pk.hh>
List of all members.
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:
-
D | type used for domain coordinates |
R | type used for function values |
d | dimension of the reference element |
k | polynomial order |
Constructor & Destructor Documentation
template<class D , class R , int d, int k>
template<class D , class R , int d, int k>
Constructor for variants with permuted vertices.
\param 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
The documentation for this class was generated from the following file: