Thanks! Looks like I was just missing some entries of my MeshData since I
was combining 2 node files...

I'm in gdb mode and it has taken 50 min and it seems that the mesh is still
not completely read in yet. Got stalled here:
(gdb) n
found the tetgen files to read
read in nodes and elements
n
n
n
n

after I pressed n to see if it was actually already done. Is this normal?
(1.7M points and 11M elements...

Karen



On Tue, Mar 9, 2010 at 4:25 PM, Roy Stogner <[email protected]>wrote:

>
>
> 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&#174; 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