3 #ifndef DUNE_P1_LOCALCOEFFICIENTS_HH
4 #define DUNE_P1_LOCALCOEFFICIENTS_HH
27 for (std::size_t i=0; i<
size(); i++)
44 std::vector<LocalKey> li;
std::size_t size() const
number of coefficients
Definition: p1localcoefficients.hh:32
Local coefficients for simplex P1 elements.
Definition: p1localcoefficients.hh:21
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: p1localcoefficients.hh:38
P1LocalCoefficients()
Standard constructor.
Definition: p1localcoefficients.hh:25
Describe position of one degree of freedom.
Definition: localkey.hh:21