Dear libmesh users and developers,

I have a code for a poisson solver that works on a mesh with about 6000
nodes and about 30k elements. It crashed on the problem that I actually want
to solve, which has 1753324 nodes and 11 million elements:

./firstTest -d 3 real.node
*** Warning, This code is deprecated, and likely to be removed in future
library versions! src/base/libmesh.C, line 349, compiled Feb 25 2010 at
16:11:46 ***
found the tetgen files to read
Assertion `_id_node.find(foreign_node_id) == _id_node.end()' failed.
[0]
/Users/karenlee/Documents/Code/libmesh-0.6.4/libmesh/include/mesh/mesh_data.h,
line 1042, compiled Feb 25 2010 at 16:14:49
terminate called after throwing an instance of 'libMesh::LogicError'
  what():  Error in libMesh internal logic
Abort trap

I tried to go to gdb, said break at main, ran, and got:

found the tetgen files to read
Assertion `_id_node.find(foreign_node_id) == _id_node.end()' failed.
[0]
/Users/karenlee/Documents/Code/libmesh-0.6.4/libmesh/include/mesh/mesh_data.h,
line 1042, compiled Feb 25 2010 at 16:14:49
terminate called after throwing an instance of 'libMesh::LogicError'
  what():  Error in libMesh internal logic

Program received signal SIGABRT, Aborted.
0x96921e42 in __kill ()
(gdb) n
Single stepping until exit from function __kill,
which has no line number information.

Program received signal ?, Unknown signal.
0x96921e42 in __kill ()
(gdb) Quit

Any ideas what was wrong and how I can fix it? As far as I can tell, the
.node and .ele files are fine... (except they're a bit bit...)

Thanks,
Karen
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to