On Wed, 11 Feb 2009, Paulo Vieira wrote: > I noticed a related problem in UnstructuredMesh::all_second_order. I'm > sorry I don't have a patch file, but it's just one line you need to > add:
If only that were the case! Similar bugs were in all_first_order, add_tri, flatten, and create_submesh. I've committed a fix for all of the above to SVN. Thanks for catching this! I need to remember sometime to look at copy_nodes_and_elements... it's basically the SerialMesh/ParallelMesh copy constructor, but it doesn't bother to copy a lot of detail, ids included. Not that we do a lot of copy constructing of meshes (IIRC there was some hack I put together to output error vectors in GMV?) but if someone wants to do so we shouldn't surprise them by doing an incomplete job. --- Roy ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
