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

[parallelgrid] Implement InteriorBorder_InteriorBorder_Interface communication for elements as noop

parent 94986a9e
No related tags found
1 merge request!4Draft: InteriorBorder_InteriorBorder_Interface
Pipeline #41418 passed
......@@ -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