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 https://gitlab.dune-project.org/extensions/dune-alugrid/-/merge_requests/124 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 lh1887