Re: [Libmesh-users] question about read-in mesh

2019-05-08 Thread Stogner, Roy H
On Mon, 6 May 2019, Povolotskyi, Mykhailo wrote: > I'm having difficulties in reading mesh in parallel and using it after. > > The documentation says: > > void libMesh::GmshIO::read_mesh     (     std::istream & in    ) > > { > > // This is a serial-only process for now; > > // the Mesh should be

[Libmesh-users] question about read-in mesh

2019-05-06 Thread Povolotskyi, Mykhailo
Dear Libmesh developers, I'm having difficulties in reading mesh in parallel and using it after. The documentation says: void libMesh::GmshIO::read_mesh     (     std::istream & in    ) { // This is a serial-only process for now; // the Mesh should be read on processor 0 and // broadcast lat