On Tue, 9 Mar 2010, Karen Lee wrote:
> 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, Looks like void MeshData::add_foreign_node_id() is getting called with the same node id twice. And the code calling it in your case would be TetGenIO::node_in(), which just reads a list of ids and data from your .node file. So either there's a repeated node number somewhere in your file or a bug/incompatibility somewhere in TetGenIO? --- Roy ------------------------------------------------------------------------------ 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
