Skip to content
Snippets Groups Projects
Commit 56a0bf3c authored by Timo Koch's avatar Timo Koch
Browse files

[parallelgrid] Implement InteriorBorder_InteriorBorder_Interface communication for elements as noop

parent 7be0e127
No related branches found
No related tags found
No related merge requests found
Pipeline #41417 failed
......@@ -211,6 +211,12 @@ namespace Dune
break;
}
}
// currently we can only communicate elements and
// elements are never interior to two processes at the same time
else if (interface == InteriorBorder_InteriorBorder_Interface)
return;
else
DUNE_THROW( NotImplemented, "Communication on interface type " << interface << " not implemented." );
}
......
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