4#ifndef DUNE_PK_LOCALFINITEELEMENT_HH
5#define DUNE_PK_LOCALFINITEELEMENT_HH
7#include<dune/localfunctions/lagrange/lagrangesimplex.hh>
11 template<
class D,
class R,
int d,
int k>
12 using PkLocalFiniteElement = LagrangeSimplexLocalFiniteElement<D, R, d, k>;
Dune namespace.
Definition: alignedallocator.hh:11