On Fri, 26 Aug 2011, robert wrote:

> probably not - it's the first time that I am working in parallel so I
> don't know how to do it yet.

Instead of this:

>  MeshBase::const_element_iterator       el     =
> mesh.active_local_elements_begin();
>  const MeshBase::const_element_iterator end_el =
> mesh.active_local_elements_end();

You want to iterate from elements_begin() to elements_end()
---
Roy

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to