Hi all

I apologize for the big amount of questions I'm asking lately. Clearly, a
deadline is looming... I'm trying to modify each component of the solution
vector of a system in parallel, and then evaluate the qoi by calling the
function assemble_qoi.

The problem is that if I do this in parallel, I'm actually modifying more
than one component of the solution vector, therefore I'm not obtaining the
value that I would like to get in assemble_qoi. I have tried to run just
this part of my code in serial, but I'm not able to obtain an entire copy
of the solution vector into my local processor. How could I do this? I
would like to do it in such a way that when I call assemble_qoi, this
vector that I've copied is used.

Thanks
Miguel

-- 
*Miguel Angel Salazar de Troya*
Graduate Research Assistant
Department of Mechanical Science and Engineering
University of Illinois at Urbana-Champaign
(217) 550-2360
[email protected]
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to