3 #ifndef DUNE_Q2_LOCALCOEFFICIENTS_HH
4 #define DUNE_Q2_LOCALCOEFFICIENTS_HH
9 #include <dune/common/exceptions.hh>
90 DUNE_THROW(NotImplemented,
"Q2LocalCoefficients for dim==" << dim);
98 for (
int i=0; i<dim; i++)
110 std::vector<LocalKey> li;
std::size_t size() const
number of coefficients
Definition: q2localcoefficients.hh:95
Q2LocalCoefficients()
Standard constructor.
Definition: q2localcoefficients.hh:29
Describe position of one degree of freedom.
Definition: localkey.hh:20
Layout map for Q2 elements.
Definition: q2localcoefficients.hh:25
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: q2localcoefficients.hh:104