5 #ifndef DUNE_REFINED_P0_LOCALCOEFFICIENTS_HH 6 #define DUNE_REFINED_P0_LOCALCOEFFICIENTS_HH 24 template<
unsigned int k>
28 constexpr
static int N = 1<<k;
35 for (
int i = 0; i < N; ++i)
52 std::vector<LocalKey> localKeys_;
Describe position of one degree of freedom.
Definition: localkey.hh:23
Definition: bdfmcube.hh:17
std::size_t size() const
number of coefficients
Definition: refinedp0localcoefficients.hh:40
RefinedP0LocalCoefficients()
Definition: refinedp0localcoefficients.hh:31
Layout map for RefinedP0 elements.
Definition: refinedp0localcoefficients.hh:25
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: refinedp0localcoefficients.hh:46