Dear developers,

For a parallel mesh, is that every processor has a global mesh?
If that true, after partition, why we need to recieve data in the function 
"mesh.redistribute();", if each processor already has all elements.
I wonder whether redundant data would be sent to the same processor.

I think the only thing to do is just "delete_remote_elements".

--
Li Luo



------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to