I saw something a few weeks back from someone who mentioned writing out an 
initial vtk file with geometry/data and then using a data mapper for subsequent 
times. I don't have any other details, but may be it is something to search for.

For your original point: I have encountered the same problem with using the vtk 
formats (even with xml).
Each file is completely autonomous, meaning that you are duplicating geometry 
numerous times.
If you have separate files for each field, the situation becomes even worse.
For most of these cases, writing into EnSight format can be an alternative 
(assuming we are talking about mesh data here), but of course adds an 
additional level of complexity when writing. However, if your mesh solely of a 
single element type (eg, the recent posting "Which file format to use for time 
series on tetrahedral mesh"), then writing EnSight format will not be so 
terrible (ie, you won't need to sort elements).

Cheers,
/mark
________________________________________
From: ParaView <paraview-boun...@paraview.org> on behalf of Nicolas Cedilnik 
<nicolas.cedil...@inria.fr>
Sent: Friday, April 28, 2017 8:46:56 AM
To: paraview@paraview.org
Subject: [Paraview] Use different scalars as timesteps in legacy VTK file

Hello,

I answer my own email because I'm still addressing the same issue as before.
Would it be possible to use the different scalar values in a legacy vtk
file as time steps that paraview can animate?
I'm still looking for a way to avoid storing the same mesh structure in
different files.

Thanks

--
Nicolas Cedilnik
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to