solution is not ghosted. current_local_solution is. "Ghosting" in this case means that it contains extra entries in it that hold off-processor values that border elements _this_ processor owns (those values are necessary/useful for a finite element assembly).
current_local_solution is updated when System::update() is called. Derek On Mon, Jul 7, 2014 at 8:50 PM, Sahai, Amal <[email protected]> wrote: > What is the difference between the vector being pointed at by solution and > current_local_solutions for a given System? > > Regards > Amal > > ------------------------------------------------------------------------------ > Open source business process management suite built on Java and Eclipse > Turn processes into business applications with Bonita BPM Community Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
