Guys,

In System::project_solution() it looks like we're doing a full localization
of the solution vector!  Here is the offending line of code:

  solution->localize(*current_local_solution);

Shouldn't this either be a call to the version of localize that takes the
send_list?  Or more likely just call update()...

Some of my huge runs are dying here (trying to do a full localization of
400 Million DoFs is not working out!).

Derek
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to