[Libmesh-users] Parallel solution access

2017-05-19 Thread Roy Stogner
On Fri, 19 May 2017, Chang, Hyonu wrote: Thank you for your answer. You're welcome. Please use "Reply to all" - we want answers on the public mailing list where they're searchable for future users. I just changed current_local_solution to solution, but it makes error message like this:

Re: [Libmesh-users] Parallel solution access

2017-05-18 Thread Roy Stogner
On Thu, 18 May 2017, Chang, Hyonu wrote: > And the solution have to be changed to a minimum value if it is under the > minimum. > > However, it is hard to change the values in other processors except root > processor. > > I used *system.current_local_solution to check the solution values, > > .

[Libmesh-users] Parallel solution access

2017-05-17 Thread Chang, Hyonu
Hi, I am trying to solve convection-diffusion problem using parallel computation. And the solution have to be changed to a minimum value if it is under the minimum. However, it is hard to change the values in other processors except root processor. I used *system.current_local_solution to che