5#ifndef DUNE_LOCALFUNCTIONS_MONOMIAL_MONOMIALLOCALCOEFFICIENTS_HH
6#define DUNE_LOCALFUNCTIONS_MONOMIAL_MONOMIALLOCALCOEFFICIENTS_HH
22 template<
int static_size>
28 : index(static_size,
LocalKey(0,0,0))
30 for(
int i = 0; i < static_size; ++i)
47 std::vector<LocalKey> index;
Definition bdfmcube.hh:18
Describe position of one degree of freedom.
Definition localkey.hh:23
Layout map for monomial finite elements.
Definition monomiallocalcoefficients.hh:24
std::size_t size() const
number of coefficients
Definition monomiallocalcoefficients.hh:35
MonomialLocalCoefficients()
Standard constructor.
Definition monomiallocalcoefficients.hh:27
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition monomiallocalcoefficients.hh:41