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;
Definition bdfmcube.hh:18
Describe position of one degree of freedom.
Definition localkey.hh:24
Definition monomiallocalcoefficients.hh:25
std::size_t size() const
number of coefficients
Definition monomiallocalcoefficients.hh:36
MonomialLocalCoefficients()
Standard constructor.
Definition monomiallocalcoefficients.hh:28
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition monomiallocalcoefficients.hh:42