Shengli Xu writes: > Hello, libmesh users, > > The node number is not the same with that in the input unv file in > libmesh-0.6.2 > > ... > > Is this a bug? If not, How can I let the node number in libmesh-0.6.2 to be > the same as the input file? >
In general, we have never guaranteed that would be the case. If it happened to be in one version of libmesh I guess that was just lucky. LibMesh's mesh data structure needs to do various operations which sometimes require renumbering nodes and elements. There's no way we could support 5-10 different input file formats while maintaining the numbering in all of them. -J ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
