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

Use face hierarchy instead of intersection iterator

parent daa0c7c6
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
#include "dune/fufem/functions/alienelementlocalbasisfunction.hh"
//#include "dune/fufem/facehierarchy.hh"
/** \brief Class to handle linear constraints on a subset of a set of DOFs
*
......@@ -128,6 +129,9 @@ class DOFConstraints {
continue;
NeighborPointer np = nIt->outside();
// for(int k=0; k<it->template count<1>(); ++k)
// {
// NeighborPointer np = FaceHierarchy<typename B::GridView::Grid>::finestCoarseNeighbor(gridview.grid(), *it, k);
auto& neighbor = *np;
if (not(neighbor.level()<level))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment