4 #ifndef DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COEFFICIENTS_HH 5 #define DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COEFFICIENTS_HH 27 template<std::
size_t dim>
31 std::vector<LocalKey> li;
36 for(std::size_t i = 0; i <
s; i++)
41 std::size_t
size ()
const {
return s; }
49 #endif // DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COEFFICIENTS_HH EdgeS0_5Coefficients()
Standard constructor.
Definition: whitney/edges0.5/coefficients.hh:35
Coefficients for lowest order edge elements on simplices.
Definition: whitney/edges0.5/coefficients.hh:28
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15
Common base class for edge elements.
Definition: common.hh:15
std::size_t size() const
number of coefficients
Definition: whitney/edges0.5/coefficients.hh:41
const LocalKey & localKey(std::size_t i) const
get i'th index
Definition: whitney/edges0.5/coefficients.hh:44
static const std::size_t s
The number of base functions.
Definition: common.hh:23
Describe position of one degree of freedom.
Definition: localkey.hh:20