dune-localfunctions
2.7.0
|
Go to the documentation of this file.
3 #ifndef DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS12DLOCALCOEFFICIENTS_HH
4 #define DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS12DLOCALCOEFFICIENTS_HH
9 #include "../../common/localkey.hh"
27 for (std::size_t i = 0; i < 3; i++)
51 std::vector<LocalKey> li;
54 #endif // DUNE_LOCALFUNCTIONS_RAVIARTTHOMAS12DLOCALCOEFFICIENTS_HH
Layout map for Raviart-Thomas-1 elements on the reference triangle.
Definition: raviartthomas12dlocalcoefficients.hh:20
Definition: bdfmcube.hh:15
RT12DLocalCoefficients()
Standard constructor.
Definition: raviartthomas12dlocalcoefficients.hh:25
std::size_t size() const
number of coefficients
Definition: raviartthomas12dlocalcoefficients.hh:39
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: raviartthomas12dlocalcoefficients.hh:45
Describe position of one degree of freedom.
Definition: localkey.hh:20