Open guillaumetousignant opened 2 years ago
Maybe look through all nodes and if found set creating node to false when counting splitting elements, and do the same when splitting.
This is small issue, duplicate nodes won't fill memory, they will just show as overlapped in the python visualisation and be ugly. I don't think I'll fix it for now.
When an mpi destination element splits, it checks its faces for node existence, else creates it. Thsi includes the node created by a splitting face. If the faces have split already, and been load balanced away, the splitting element won,t find the node, and create it.