dune-localfunctions
2.6-git
|
Go to the documentation of this file.
3 #ifndef DUNE_DUAL_P1_LOCALCOEFFICIENTS_HH
4 #define DUNE_DUAL_P1_LOCALCOEFFICIENTS_HH
26 for (std::size_t i=0; i<
size(); i++)
43 std::vector<LocalKey> li;
Local coefficients for dual simplex P1 elements.
Definition: dualp1localcoefficients.hh:20
DualP1LocalCoefficients()
Standard constructor.
Definition: dualp1localcoefficients.hh:24
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: dualp1localcoefficients.hh:37
Describe position of one degree of freedom.
Definition: localkey.hh:20
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15
std::size_t size() const
number of coefficients
Definition: dualp1localcoefficients.hh:31