4 #ifndef DUNE_PK1DLOCALCOEFFICIENTS_HH 5 #define DUNE_PK1DLOCALCOEFFICIENTS_HH 21 template<
unsigned int k>
48 template<
class VertexMap>
67 std::vector<LocalKey> li;
77 for (
int i=1; i<N-1; i++)
Pk1DLocalCoefficients(int variant)
constructor for eight variants with order on edges flipped
Definition: pk1dlocalcoefficients.hh:34
Pk1DLocalCoefficients()
Standard constructor.
Definition: pk1dlocalcoefficients.hh:28
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: pk1dlocalcoefficients.hh:61
Pk1DLocalCoefficients(const VertexMap &vertexmap)
Definition: pk1dlocalcoefficients.hh:49
std::size_t size() const
number of coefficients
Definition: pk1dlocalcoefficients.hh:55
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15
Describe position of one degree of freedom.
Definition: localkey.hh:20
Layout map for Pk elements.
Definition: pk1dlocalcoefficients.hh:22