At one point the send_list was used to do exactly that. In fact, that is the only reason it exists. I need to look back and see when that changed. If the send list is broken I'll factor roy's stuff into the DofMap to fix it.
-Ben ----- Original Message ----- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: John Peterson <[EMAIL PROTECTED]> Cc: libmesh-users <[email protected]> Sent: Tue Sep 09 11:34:14 2008 Subject: Re: [Libmesh-users] Performance of EquationSystems::reinit() with ParallelMesh On Tue, 9 Sep 2008, John Peterson wrote: > Did you send a patch to the list? I'm going back through my email but > not seeing it... No, just to Tim (and Ben, since he'd mentioned having some time to benchmark a hopefully similar problem). When the patch didn't show any clear improvement, I didn't bother with sending it to the rest of the list... but I might as well attach it now, for anyone who's curious. It was my attempt to cause the project_vector localize() calls to only transfer necessary data, not fill a whole serial vector. > Depending on what the patch changes, the rest of this email might be > irrelevant ;-) No, I think the set() calls are a separate issue. --- Roy ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
