On Tue, Apr 27, 2010 at 11:19 AM, Lorenzo Botti <[email protected]> wrote:
> The ordering of mid-face nodes and centroid that works with paraview is 26,
> 20, 25, 24, 22, 21, 23 but it is absolutely non-sense for me.
> Your ordering is good for IO but for some reason I don't understand I need
> to do a mesh.prepare_for_use() before adding the mesh to equation_systems.
> Otherwise I get a seg fault.
> I'm quite disappointed because even the prism18 is broken in paraview.
> I think the problem is the vtk exodus reader.

Maybe we can work around this, perhaps by adding a user-selectable
flag in exodusII_io_helper which can switch the Hex27 node ordering
when the user knows the exodus files will be read with vtk/paraview?

For reading in those same files back to Libmesh, I'm not sure.  We
could have it try one ordering, check the Jacobian sign and if
negative, try the other ordering?  Seems like a pain ...

-- 
John

------------------------------------------------------------------------------
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to