3 #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS1_CUBE3D_LOCALCOEFFICIENTS_HH
4 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS1_CUBE3D_LOCALCOEFFICIENTS_HH
9 #include "../../common/localkey.hh"
28 for (std::size_t i = 0; i < 6; i++)
36 for (std::size_t i = 0; i < 12; i++)
55 std::vector<LocalKey> li;
58 #endif // DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS1_CUBE3D_LOCALCOEFFICIENTS_HH
RT1Cube3DLocalCoefficients()
Standard constructor.
Definition: raviartthomas1cube3dlocalcoefficients.hh:26
std::size_t size() const
number of coefficients
Definition: raviartthomas1cube3dlocalcoefficients.hh:43
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:14
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: raviartthomas1cube3dlocalcoefficients.hh:49
Layout map for Raviart-Thomas-1 elements on quadrilaterals.
Definition: raviartthomas1cube3dlocalcoefficients.hh:21
Describe position of one degree of freedom.
Definition: localkey.hh:21