MultilevelBasis in Transferoperatorassembler uses GlobalIds
The MultilevelBasis
uses the GlobalIdSet
.
If no one objects, I'd propose to switch it to LocalIdSet
everywhere.
- I can not see any reason why we need this to be global (even if a parallel setup is used).
- It causes problems with
ALUGrid
for larger adaptively refined grids (it seemed happened to someone who is mentioned in the discussion of extensions/dune-alugrid!124 (merged) and also I ran into this problem). While you could argue this should be solved inALUGrid
it's still a non-invasive patch which solves my particular problem.
Edited by Ansgar Burchardt