Re: [Libmesh-users] mesh partitioning

2019-05-06 Thread Stogner, Roy H
On Mon, 6 May 2019, Povolotskyi, Mykhailo wrote: > let me clarify. > > Do I have to create a partitioner and attach it to the mesh? Any Mesh gets a default partitioner depending on what the underlying type (DistributedMesh or ReplicatedMesh) is and on what code you have configured on vs off. M

Re: [Libmesh-users] mesh partitioning

2019-05-06 Thread Povolotskyi, Mykhailo
Thank you, let me clarify. Do I have to create a partitioner and attach it to the mesh? Michael. On 05/06/2019 09:09 AM, Paul T. Bauman wrote: On Fri, May 3, 2019 at 9:14 PM Povolotskyi, Mykhailo mailto:mpovo...@purdue.edu>> wrote: Hello, is it possible to read mesh from gmesh and then part

Re: [Libmesh-users] mesh partitioning

2019-05-06 Thread Paul T. Bauman
On Fri, May 3, 2019 at 9:14 PM Povolotskyi, Mykhailo wrote: > Hello, > > is it possible to read mesh from gmesh and then partition it over MPI > ranks with libmesh? > As long as you can parse the Mesh, then partitioning it should just work as partitioning is entirely separate from mesh parsing.

[Libmesh-users] mesh partitioning

2019-05-03 Thread Povolotskyi, Mykhailo
Hello, is it possible to read mesh from gmesh and then partition it over MPI ranks with libmesh? If yes, do you have an example? Thank you, Michael. ___ Libmesh-users mailing list Libmesh-users@lists.sourceforge.net https://lists.sourceforge.net/li