5 #ifndef DUNE_LOCALFUNCTIONS_MONOMIAL_MONOMIALLOCALCOEFFICIENTS_HH 6 #define DUNE_LOCALFUNCTIONS_MONOMIAL_MONOMIALLOCALCOEFFICIENTS_HH 11 #include "../common/localkey.hh" 23 template<
int static_size>
29 : index(static_size,
LocalKey(0,0,0))
31 for(
int i = 0; i < static_size; ++i)
48 std::vector<LocalKey> index;
52 #endif //DUNE_LOCALFUNCTIONS_MONOMIAL_MONOMIALLOCALCOEFFICIENTS_HH std::size_t size() const
number of coefficients
Definition: monomiallocalcoefficients.hh:36
Describe position of one degree of freedom.
Definition: localkey.hh:23
MonomialLocalCoefficients()
Standard constructor.
Definition: monomiallocalcoefficients.hh:28
Definition: bdfmcube.hh:17
Layout map for monomial finite elements.
Definition: monomiallocalcoefficients.hh:24
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: monomiallocalcoefficients.hh:42