[Paraview] how to open multiple .vtu files at once?

Berk Geveci berk.geveci at kitware.com
Mon Apr 14 09:57:33 EDT 2008


Hi Alejandro,

This is a missing feature. It is partially handled in the cvs version.
We will finish it before 3.4 is released. For now, you can use the
Extract Group filter to extract the part you are interested in.

-berk


On Sat, Apr 12, 2008 at 4:12 PM, Alejandro Aragon
<alejandro.aragon at gmail.com> wrote:
> Hello everyone,
>
>  I was wondering if there is a way to open multiple .vtu files that are
> completely independent from a single file. I tried using a .pvd file as
> follows:
>
>  <?xml version="1.0"?>
>  <VTKFile type="Collection" version="0.1" byte_order="LittleEndian">
>  <Collection>
>      <DataSet group="" part="0" file="domain.vtu"/>
>      <DataSet group="" part="1" file="network.vtu"/>
>      <DataSet group="" part="2" file="mesh0.vtu"/>
>  </Collection>
>  </VTKFile>
>
>  Even though I can see the geometry of all the files, I do not have access
> to the fields defined in them. Thanks for the help,
>
>  aa
>  _______________________________________________
>  ParaView mailing list
>  ParaView at paraview.org
>  http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list