Thanks for the heads up. I tried output to VTK format, but the output file
was missing some elements. I then tried tecplot and it works fine!

On Fri, Mar 25, 2016 at 8:36 PM, Derek Gaston <fried...@gmail.com> wrote:

> It is supported... but one thing to keep in mind is that the output format
> we like to use (ExodusII) has a requirement that separate element types
> must be in separate element "blocks" (in libMesh that means they must have
> separate "subdomain_ids").
>
> Note: that is NOT a requirement in libMesh.  libMesh doesn't care if you
> mix element types in the same subdomain... it's only a limitation in that
> output format.
>
> With ExodusII you can still have a mixed element type mesh... just take
> care to put each element type in its own subdomain.
>
> Derek
>
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to