5 #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS3_CUBE2D_LOCALCOEFFICIENTS_HH 6 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS3_CUBE2D_LOCALCOEFFICIENTS_HH 11 #include "../../common/localkey.hh" 29 for (std::size_t i = 0; i < 4; i++)
37 for (std::size_t i=0; i<24; i++)
56 std::vector<LocalKey> li;
60 #endif // DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS3_CUBE2D_LOCALCOEFFICIENTS_HH Describe position of one degree of freedom.
Definition: localkey.hh:23
Layout map for Raviart-Thomas-3 elements on quadrilaterals.
Definition: raviartthomas3cube2dlocalcoefficients.hh:22
Definition: bdfmcube.hh:17
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: raviartthomas3cube2dlocalcoefficients.hh:50
RT3Cube2DLocalCoefficients()
Standard constructor.
Definition: raviartthomas3cube2dlocalcoefficients.hh:27
std::size_t size() const
number of coefficients
Definition: raviartthomas3cube2dlocalcoefficients.hh:44