Re: [Libmesh-devel] Change to System::update()

2011-05-11 Thread Roy Stogner
On Wed, 11 May 2011, Derek Gaston wrote: > Just a hunch: I think that Petsc is giving us a vector that hasn't > been properly closed as the solution vector. Note that I had to do > solution->close() before using the copy operator... that's because > Petsc claimed that the solution vector wasn't

[Libmesh-devel] Change to System::update()

2011-05-11 Thread Derek Gaston
Guys, I just committed a change to System::update() that I wanted to explain a bit. First, what I did: If you have ghosted vectors enabled it will now just use assignment to set current_local_solution... ie *current_local_solution = *solution. Second, why: We were getting segfaults on some of