Re: [Libmesh-devel] Parallel point location in libMesh.

2014-06-04 Thread Gaston, Derek R
Note that just today John submitted some enhancements for PointLocator to make it operate only on local elements: https://github.com/libMesh/libmesh/pull/264 So PointLocator is definitely ripe for enhancement like this. Personally, I would like to see the interface change to where we could pass i

Re: [Libmesh-devel] Parallel point location in libMesh.

2014-06-04 Thread Dmitry Karpeyev
On Wed, Jun 4, 2014 at 5:25 PM, Gaston, Derek R wrote: > Note that just today John submitted some enhancements for PointLocator to > make it operate only on local elements: > https://github.com/libMesh/libmesh/pull/264 > > So PointLocator is definitely ripe for enhancement like this. > > Personal