dune-localfunctions
2.7.0
|
Go to the documentation of this file.
3 #ifndef DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI1_SIMPLEX2D_LOCALCOEFFICIENTS_HH
4 #define DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI1_SIMPLEX2D_LOCALCOEFFICIENTS_HH
9 #include "../../common/localkey.hh"
28 for (std::size_t i=0; i<3; i++)
48 std::vector<LocalKey> li;
51 #endif // DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI1_SIMPLEX2D_LOCALCOEFFICIENTS_HH
Definition: bdfmcube.hh:15
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: brezzidouglasmarini1simplex2dlocalcoefficients.hh:42
BDM1Simplex2DLocalCoefficients()
Standard constructor.
Definition: brezzidouglasmarini1simplex2dlocalcoefficients.hh:26
Layout map for Brezzi-Douglas-Marini-1 elements on triangles.
Definition: brezzidouglasmarini1simplex2dlocalcoefficients.hh:21
std::size_t size() const
number of coefficients
Definition: brezzidouglasmarini1simplex2dlocalcoefficients.hh:36
Describe position of one degree of freedom.
Definition: localkey.hh:20