Re: [Libmesh-users] tetgen meshes and contains_point function

2010-09-06 Thread Roy Stogner
On Sat, 4 Sep 2010, Karen Lee wrote: > I'm having an issue with the contains_point function in the Elem class. I'm > some inconsistencies. Namely, For the same mesh and same points (not nodes) > to test whether the points are in the mesh, I'm getting true sometimes and > false some other time. To

[Libmesh-users] tetgen meshes and contains_point function

2010-09-04 Thread Karen Lee
Dear libmesh users and developers, I'm having an issue with the contains_point function in the Elem class. I'm some inconsistencies. Namely, For the same mesh and same points (not nodes) to test whether the points are in the mesh, I'm getting true sometimes and false some other time. To provide an