On Thu, Feb 7, 2019 at 5:32 PM Griffith, Boyce Eugene <boy...@email.unc.edu>
wrote:

> Folks --
>
> For ReplicatedMesh, does each processor get a contiguous range of element
> IDs, or can the distribution be more irregular than that?
>

I think this is only true for DistributedMesh. If you take a look at
ReplicatedMesh::renumber_nodes_and_elements(), it doesn't really take
processor_id() into account.

You could test this by changing the processor ids of an existing,
partitioned mesh and then calling renumber_nodes_and_elements() to see if
anything changes... I don't think it will.

-- 
John

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

Reply via email to