<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
David Neckels wrote:
<blockquote cite="mid46AE0451.6030304@ucar.edu" type="cite">
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
Hi Ken,<br>
  <br>
Thank you for the response.<br>
It sounds like I may need to write a *.vtk output filter; maybe a
converter from exodus-&gt;*vtk.<br>
  <br>
I know when I worked with Sierra (at Sandia) we would write a new file
each time the mesh adapted(file.e, file-s0002.e, file-s0003.e, ...);
the ensight8 tool automatically would read the suite of files and
automate stepping through the time steps in each file and switching to
the next file, etc...<br>
  <br>
I will try the *vtk approach for now, however...<br>
  <br>
Thanks!<br>
David N.<br>
  <br>
Moreland, Kenneth wrote:
  <blockquote
 cite="mid7137A9E1D1768C44BE7DF11D30FAB32303FDA241@ES21SNLNT.srn.sandia.gov"
 type="cite">
    <pre wrap="">David,

You are using the exodus format in a way that it was not really
intended, and its confusing ParaView.  The exodus format has the concept
of time built into it, and ParaView uses that mechanism to support time.
In addition, it is common for a large parallel simulation to dump out
multiple files, each with a spatial partition of the data.  Thus,
ParaView will assume that your multiple files partition space and not
time.  It will read in the geometry of all the files at once.

Your best bet is to either combine the files into a single using exodus'
built concept of time or to convert the files into a different format.

-Ken

  </pre>
    <blockquote type="cite">
      <pre wrap="">-----Original Message-----
From: <a class="moz-txt-link-abbreviated"
 href="mailto:paraview-bounces+kmorel=sandia.gov@paraview.org">paraview-bounces+kmorel=sandia.gov@paraview.org</a>
    </pre>
    </blockquote>
    <pre wrap=""><!---->[<a class="moz-txt-link-freetext"
 href="mailto:paraview">mailto:paraview</a>-
  </pre>
    <blockquote type="cite">
      <pre wrap=""><a class="moz-txt-link-abbreviated"
 href="mailto:bounces+kmorel=sandia.gov@paraview.org">bounces+kmorel=sandia.gov@paraview.org</a>] On Behalf Of David Neckels
Sent: Friday, July 20, 2007 1:20 PM
To: <a class="moz-txt-link-abbreviated"
 href="mailto:paraview@paraview.org">paraview@paraview.org</a>
Subject: [Paraview] Animating a sequence of exodus files

Hi,


I have a sequence of exodus files, each of which has a single time
    </pre>
    </blockquote>
    <pre wrap=""><!---->step
  </pre>
    <blockquote type="cite">
      <pre wrap="">of a mesh in a different refinement state.
I wish to view these files as an animation, so I have named them:
file_000.g
file_001.g
file_002.g
etc...

I was hoping that I could load the first file into paraview and that
animation would be automatic.  This was the way paraview works with
    </pre>
    </blockquote>
    <pre wrap=""><!---->.vtk
  </pre>
    <blockquote type="cite">
      <pre wrap="">files, anyhow:
file_000.vtk
file_001.vtk, etc...

Do I have to make sure the time step variable in the exodus files has
    </pre>
    </blockquote>
    <pre wrap=""><!---->a
  </pre>
    <blockquote type="cite">
      <pre wrap="">certain sequence, or something like this??

-David N.

--
David Neckels, PhD
NCAR, Boulder CO
(303) 497-1209

_______________________________________________
ParaView mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>
<a class="moz-txt-link-freetext"
 href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
    </pre>
    </blockquote>
    <pre wrap=""><!---->


  </pre>
  </blockquote>
  <br>
  <br>
  <pre class="moz-signature" cols="72">-- 
David Neckels, PhD
NCAR, Boulder CO
(303) 497-1209
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
David Neckels, PhD
NCAR, Boulder CO
(303) 497-1209
</pre>
</body>
</html>