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

2010-09-06 Thread Anna-Lena Gerner
> > Whenever I see a segfault coming from a weird place, in this case, > from the destructor of std::string, I usually suspect an incomplete > recompile of some sort. For example, object files from an older > compiler version getting linked with object files from a new one, etc. > Can you see if

Re: [Libmesh-users] Elem class documentation missing in "Class Docs"?

2010-09-06 Thread Derek Gaston
I am fairly certain that it broke when the libmesh namespace was added. Elem is a fairly important class... We definitely need to figure this out. I know that it's a constant source of pain for my team! I'll see if I can get Cody to take a look at it. Derek Sent from my iPad On Sep 6, 2010, a

Re: [Libmesh-users] Elem class documentation missing in "Class Docs"?

2010-09-06 Thread Roy Stogner
On Mon, 6 Sep 2010, Torquil Macdonald Sørensen wrote: Is the documentation for the Elem class missing on the web server, i.e. here: http://libmesh.sourceforge.net/doxygen/index.php I only find it under "Class Docs -> Files -> File list" -> elem.h and then using the source code. I do not find

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] Elem class documentation missing in "Class Docs"?

2010-09-06 Thread Torquil Macdonald Sørensen
Hi! Is the documentation for the Elem class missing on the web server, i.e. here: http://libmesh.sourceforge.net/doxygen/index.php I only find it under "Class Docs -> Files -> File list" -> elem.h and then using the source code. I do not find it under "Classes" together with the others. -Torq