On Fri, Aug 1, 2014 at 10:28 AM, John Peterson <jwpeter...@gmail.com> wrote:
>
> What I don't understand is why your original exodus file, which also
> has num_dim=3, actually displays correctly in paraview!  This might
> take a big longer to track down...

Here's something... your original file references side "5" of the TRI3
elements in question:
 elem_ss1 = 1, 17, 33 ;
 side_ss1 = 5, 5, 5 ;


while the libmesh-generated version references side "1"
 elem_ss1 = 1, 17, 33 ;
 side_ss1 = 1, 1, 1 ;

So while I don't understand what side "5" even means on a 3-sided
element, clearly it displays properly in paraview!

Otherwise, all the element numbers in the sets themselves match
between the two files.

-- 
John

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to