Skip to content
Snippets Groups Projects
Commit 099764c0 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

switch for Alberta during intersection check. (Not working yet).

[[Imported from SVN: r4255]]
parent 47b71d01
No related branches found
No related tags found
No related merge requests found
......@@ -436,6 +436,16 @@ namespace Dune {
// dont check neighbour, if we check level index sets
if(levelIndex)
{
if(grid.type() == AlbertaGrid_Id )
{
static bool visited = false;
if(!visited )
{
derr << "WARNING: Neighbor Relations for AlbertaGrid not working correctly for level != leaf level! \n";
visited = true;
}
continue;
}
if(it->level() != en.level()) continue;
}
checkSubEntity<codim> (grid, en, lset, sout,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment