Chang, Hyonu
2017-05-18 03:07:21 UTC
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 check the solution values,
.set(dof, value) to set the minimum value and system.update(),
but solutions are never changed.
Could anyone help me?
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 check the solution values,
.set(dof, value) to set the minimum value and system.update(),
but solutions are never changed.
Could anyone help me?