From: John P. <jwp...@gm...> - 2019-02-07 23:45:34
|
On Thu, Feb 7, 2019 at 5:32 PM Griffith, Boyce Eugene <bo...@em...> 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 |