On Thu, 30 Jul 2015, li....@siat.ac.cn wrote:

> For a parallel mesh, is that every processor has a global mesh?

For SerialMesh, for every properly initialized mesh every processor
has a full copy of the mesh.

For ParallelMesh, each processor only has a copy of its own elements
and a layer of "ghost" elements.

Repartitioning thus requires a redistribute() call on the latter but
not the former.
---
Roy

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

Reply via email to