Re: [Libmesh-devel] [Libmesh-users] Visualizing libmesh ex10 results

2010-03-15 Thread Nestor M. Solalinde
I have another question. In order to bypass the subdomain ID problem, I ran ex10 using my own mesh, made only with TRI6 elements, getting one ExodusII file at each timestep, but I can't find a way to visualize the simulation as a whole, at least not with paraview, specifying time steps just didn't

Re: [Libmesh-devel] [Libmesh-users] Visualizing libmesh ex10 results

2010-03-15 Thread John Peterson
On Mon, Mar 15, 2010 at 12:09 PM, John Peterson wrote: > > I'm not certain if the attributes are per-element, looking at the > Exodus API now to check on that. Yes, actually their documentation on sf.net is excellent. This should be totally do-able. num_attr is the number of attributes *per ele

Re: [Libmesh-devel] [Libmesh-users] Visualizing libmesh ex10 results

2010-03-15 Thread Roy Stogner
On Mon, 15 Mar 2010, John Peterson wrote: > Mesh generators don't have to write anything extra. If there are no > attributes, libmesh doesn't assign any particular value to subdomain > IDs, or it assigns the block id, at your discretion. I'd say read in the block id by default if we encounter a

Re: [Libmesh-devel] [Libmesh-users] Visualizing libmesh ex10 results

2010-03-15 Thread John Peterson
On Mon, Mar 15, 2010 at 11:58 AM, Derek Gaston wrote: > The problem with this is compatibility with existing mesh generators > like Cubit... Might be tricky to get them to write the correct > attribute as the subdomain ID. Mesh generators don't have to write anything extra. If there are no attri

Re: [Libmesh-devel] [Libmesh-users] Visualizing libmesh ex10 results

2010-03-15 Thread Derek Gaston
The problem with this is compatibility with existing mesh generators like Cubit... Might be tricky to get them to write the correct attribute as the subdomain ID. Derek Sent from my iPhone On Mar 15, 2010, at 11:49 AM, John Peterson wrote: > On Mon, Mar 15, 2010 at 11:44 AM, Kirk, Benjamin (JS