3#ifndef DUNE_PYRAMID_P1_LOCALCOEFFICIENTS_HH
4#define DUNE_PYRAMID_P1_LOCALCOEFFICIENTS_HH
26 for (std::size_t i=0; i<5; i++)
43 std::vector<LocalKey> li;
Definition brezzidouglasmarini1cube2d.hh:14
Describe position of one degree of freedom.
Definition localkey.hh:21
Layout map for PyramidP1 elements.
Definition pyramidp1localcoefficients.hh:21
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition pyramidp1localcoefficients.hh:37
std::size_t size() const
number of coefficients
Definition pyramidp1localcoefficients.hh:31
PyramidP1LocalCoefficients()
Standard constructor.
Definition pyramidp1localcoefficients.hh:24