dune-localfunctions
2.6-git
|
Go to the documentation of this file.
3 #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS2_CUBE2D_LOCALCOEFFICIENTS_HH
4 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS2_CUBE2D_LOCALCOEFFICIENTS_HH
9 #include "../../common/localkey.hh"
27 for (std::size_t i = 0; i < 4; i++)
34 for (std::size_t i=0; i<12; i++)
53 std::vector<LocalKey> li;
56 #endif // DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS2_CUBE2D_LOCALCOEFFICIENTS_HH
Layout map for Raviart-Thomas-2 elements on quadrilaterals.
Definition: raviartthomas2cube2dlocalcoefficients.hh:20
std::size_t size() const
number of coefficients
Definition: raviartthomas2cube2dlocalcoefficients.hh:41
RT2Cube2DLocalCoefficients()
Standard constructor.
Definition: raviartthomas2cube2dlocalcoefficients.hh:25
Describe position of one degree of freedom.
Definition: localkey.hh:20
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: raviartthomas2cube2dlocalcoefficients.hh:47
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15