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