3 #ifndef DUNE_Q1_LOCALCOEFFICIENTS_HH
4 #define DUNE_Q1_LOCALCOEFFICIENTS_HH
28 for (std::size_t i=0; i<(1<<dim); i++)
45 std::vector<LocalKey> li;
Q1LocalCoefficients()
Standard constructor.
Definition: q1localcoefficients.hh:26
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:14
Layout map for Q1 elements.
Definition: q1localcoefficients.hh:22
std::size_t size() const
number of coefficients
Definition: q1localcoefficients.hh:33
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: q1localcoefficients.hh:39
Describe position of one degree of freedom.
Definition: localkey.hh:21