3 #ifndef DUNE_LOCALFUNCTIONS_MONOMIAL_MONOMIALLOCALCOEFFICIENTS_HH
4 #define DUNE_LOCALFUNCTIONS_MONOMIAL_MONOMIALLOCALCOEFFICIENTS_HH
9 #include "../common/localkey.hh"
20 template<
int static_size>
26 : index(static_size,
LocalKey(0,0,0))
28 for(
int i = 0; i < static_size; ++i)
45 std::vector<LocalKey> index;
Definition: bdfmcube.hh:16
Describe position of one degree of freedom.
Definition: localkey.hh:21
Layout map for monomial finite elements.
Definition: monomiallocalcoefficients.hh:22
std::size_t size() const
number of coefficients
Definition: monomiallocalcoefficients.hh:33
MonomialLocalCoefficients()
Standard constructor.
Definition: monomiallocalcoefficients.hh:25
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: monomiallocalcoefficients.hh:39