Implement dummies for SubGrid::communicate()
Since c++20 existence of these is mandatory, because the GridView
concept
checks for communicate()
and DefaultGridView
uses grid.communicate()
.
Don't know if this is intended. But currently it makes the grid check
fail for SubGrid
.