Skip to content
Snippets Groups Projects
Commit d064710f authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Don't use global index set of dune-functions basis

parent d3e23e38
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ public: ...@@ -56,7 +56,7 @@ public:
*/ */
size_t size() const size_t size() const
{ {
return dfBasis_.indexSet().size(); return dfBasis_.size();
} }
/** \brief Get a local finite element (i.e., a set of shape functions) for the given element /** \brief Get a local finite element (i.e., a set of shape functions) for the given element
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment