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