Re: [Libmesh-users] Question about PointLocatorTree

2019-05-08 Thread Povolotskyi, Mykhailo
On 5/8/2019 9:20 AM, Stogner, Roy H wrote: > On Mon, 6 May 2019, Povolotskyi, Mykhailo wrote: > >> can the PointLocatorTree find an element if the mesh is distributed ? >> >> Or it will only find elements that belong to the same MPI rank as the >> point? > If you're using DistributedMesh, a point

Re: [Libmesh-users] Question about PointLocatorTree

2019-05-08 Thread Stogner, Roy H
On Mon, 6 May 2019, Povolotskyi, Mykhailo wrote: > can the PointLocatorTree find an element if the mesh is distributed ? > > Or it will only find elements that belong to the same MPI rank as the > point? If you're using DistributedMesh, a point locator will only be able to find "semilocal" elem

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