dune-localfunctions
2.7.0
|
Go to the documentation of this file.
3 #ifndef DUNE_REFINED_P0_LOCALCOEFFICIENTS_HH
4 #define DUNE_REFINED_P0_LOCALCOEFFICIENTS_HH
21 template<
unsigned int k>
32 for (
int i = 0; i < N; ++i)
49 std::vector<LocalKey> localKeys_;
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: refinedp0localcoefficients.hh:43
RefinedP0LocalCoefficients()
Definition: refinedp0localcoefficients.hh:28
Definition: bdfmcube.hh:15
std::size_t size() const
number of coefficients
Definition: refinedp0localcoefficients.hh:37
Layout map for RefinedP0 elements.
Definition: refinedp0localcoefficients.hh:22
Describe position of one degree of freedom.
Definition: localkey.hh:20