Hello I'm trying to do the following operation. I want to iterate over all the elements using the iterators active_elements_begin()/end(). Then I'm using Elem::is_remote () to check if the element is local to the processor and modify a global vector from a system that has one dof per element. After the remote check I included a barrier so the other processors can wait for the one that's making the modification. However, is_remote() doesn't seem to work. I saw the implementation and it always returns false whereas RemoteElem::is_remote() returns always true. When is one or the other called?
Thanks Miguel ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list Libmesh-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-users