From: Paul T. B. <ptb...@gm...> - 2019-05-06 13:09:30
|
On Fri, May 3, 2019 at 9:14 PM Povolotskyi, Mykhailo <mpo...@pu...> 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. Is this not working for you? > > If yes, do you have an example? > > Thank you, > > Michael. > > > _______________________________________________ > Libmesh-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libmesh-users > |