Trying again now that the mailing list software knows my address has changed...
---------- Forwarded message ---------- Date: Wed, 2 Apr 2008 09:08:36 -0500 (CDT) From: Roy Stogner <[EMAIL PROTECTED]> To: Tim Kroeger <[EMAIL PROTECTED]> Cc: [email protected] Subject: Re: [Libmesh-users] How to use distributed meshes in application code On Wed, 2 Apr 2008, Tim Kroeger wrote: > Is there any document from which I can learn what I have to change in > my existing application code if I want to use distributed meshes? No, for two reasons: In the long run, the answer will be "Don't do anything." Even in the short run, "Use a ParallelMesh and run delete_remote_elements() if the mesh was created in serial" won't take a long document. At the moment, ParallelMesh is still being debugged; it's definitely not safe for regular use. > (Except for the missing Elem::key(void) method, my code compiles well > after I changed "Mesh" to "MeshBase" at a lot of places.) I hope that wasn't too much trouble; there wasn't really another good way to handle the cases where different mesh implementations might be stored in a System. --- Roy ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
