5#ifndef DUNE_LOCALFUNCTIONS_ENRICHED_SIMPLEXP1BUBBLE_LOCALCOEFFICIENTS_HH
6#define DUNE_LOCALFUNCTIONS_ENRICHED_SIMPLEXP1BUBBLE_LOCALCOEFFICIENTS_HH
25 static const int numVertices = dim+1;
31 for (
int i = 0; i <= dim; ++i)
37 static constexpr std::size_t
size () noexcept
39 return numVertices + 1;
49 std::array<LocalKey, numVertices+1> li_;
Definition bdfmcube.hh:18
Describe position of one degree of freedom.
Definition localkey.hh:24
The Local keys associated to the dim-d local basis functions.
Definition enriched/simplexp1bubble/localcoefficients.hh:24
const LocalKey & localKey(std::size_t i) const noexcept
Returns the i'th local key.
Definition enriched/simplexp1bubble/localcoefficients.hh:43
SimplexP1BubbleLocalCoefficients() noexcept
Default constructor, initialized the local keys.
Definition enriched/simplexp1bubble/localcoefficients.hh:29
static constexpr std::size_t size() noexcept
Returns number of coefficients.
Definition enriched/simplexp1bubble/localcoefficients.hh:37