Hello

Do these functions access the ghost elements? What I need is to have each
processor iterate through its elements, calculate something and then add
that value to a vector with size equal to the number of active elements. If
two processors are accessing the same element, the result will be
incorrect. What would be the best way to iterate for this goal? I think I
can't do this with active_local_element () because I'm not obtaining the
correct results in parallel. Of course the problem could be somewhere else.

Thanks
Miguel
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to