On Mon, Jun 20, 2011 at 1:29 AM, Matteo Semplice
<[email protected]> wrote:

Hi Matteo,

> I had a quick look at the code and maybe the bug is in
> libMesh::VTKIO::cells_to_vtk (at line 140 of file vtk_io.C).
> In fact, I think that the loop
>
> for(unsigned int el_nr =0; el_nr< mesh.n_active_elem(); ++el_nr){
>    Elem *elem  = mesh.elem(el_nr);


It looks as though this incorrect behavior has been fixed since the
0.7.0.4 release.

The change took place in r4293, on 2011-03-24.

The loop you mentioned was changed to a loop over active element iterators.

Would it be possible for you to try the SVN version of libmesh instead?

-- 
John

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to