Skip to content

OneDGrid and IdentityGrid do not implement communicate() corretly

The grid wrappers OneDGrid and IdentityGrid use the default implementation of GridView. However, that implementation forwards the communicate() to the grid, which is not implemented on neither grid. While the grids may not be parallel, the interface should still be well defined in order to fulfill the dune-grid concept.