[vtkusers] Fixed mesh with time varying data

Berk Geveci berk.geveci at kitware.com
Mon Jan 28 17:19:21 EST 2008


Actually, you can do this with vtk files by being creative :-) Save
your geometry in one vtk file (it sounds like as vtkUnstructuredGrid),
then save the solutions in individual vtk files as vtkDataObject (no
geometry). When loading, load the geometry and solution files
independently and then merge the attributes with the geometry using
vtkMergeDataObjectFilter. A good example of this is blowGeom.vtk and
blowAttr.vtk in VTKData.

-berk


On 1/28/08, boolegue <boolegue at gmail.com> wrote:
> To be more precise, as my data are big, I need to keep one file per
> timestep storage.
> I know exodus can do this but I would like to stay with vtk files.
>
> Where may I find informations about this ?
> I searched google and vtk user's guide with no luck.
>
> Boolegue.
>
>
> On 28-Jan-08, at 2:43 PM, Berk Geveci wrote:
>
> > Yes there is. The XML-based VTK files support this feature as well the
> > Exodus format.
> >
> > -berk
> >
> > On 1/28/08, boolegue <boolegue at gmail.com> wrote:
> >> Hi,
> >>
> >> is there a way for avoiding to store a same fixed mesh in every vtk
> >> file when data are the only thing that vary ?
> >>
> >> Thanks,
> >> Boolegue.
> >> _______________________________________________
> >> This is the private VTK discussion list.
> >> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> >> Follow this link to subscribe/unsubscribe:
> >> http://www.vtk.org/mailman/listinfo/vtkusers
> >>
>
>



More information about the vtkusers mailing list