[Libmesh-users] Runtime error in dbg mode on Mac OS X

2010-09-04 Thread Anna-Lena Gerner
Hi everybody, I installed libMesh on my Mac OS X, and in opt mode everything is just fine. There also seem to be no compilation problems in dbg mode. However, in dbg mode I get the following runtime error: (./ex4-dbg -d 1 -n 20) ex4-dbg(73819) malloc: *** error for object 0x1032e6fa0: pointer

[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