>
> 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
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
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
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
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