Skip to content
Commit 149b1764 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

distributeSubentities: fix the algorithm for assigning global IDs

Previously we matched the local subvertex ID with the neighbor's local
superentity ID (entities sharing the same vertex), which does not make
sense. The result cannot use the synchronizeSparse function, so it looks
more complicated.

Note that it still does not work in all corner cases - see the FIXME
notes.
parent 6fea752e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment