Hi,

I'm trying to make a Paraview Visualisation with a parallel processors run. I 
dividied my surface grid in 4 different parts and each one will run in a 
different processor. I create *.pvd files containing the data of the 
corresponding timestep and the dates from each partition. Like the following 
(for the first timestep):

<?xml version="1.0"?>
<VTKFile type="Collection" version="0.1" byte_order="LittleEndian">
<Collection>
<DataSet timestep="1.00" part="001" file="out1-1.vtk"/>
<DataSet timestep="1.00" part="002" file="out1-2.vtk"/>
<DataSet timestep="1.00" part="003" file="out1-3.vtk"/>
<DataSet timestep="1.00" part="004" file="out1-4.vtk"/>
</Collection>
</VTKFile>

The problem is that when I try to apply the file Paraview closes directly, like 
it would not be able to open such file. What's wrong? Could be that it can not 
be files with the same timestep in a *.pvd file? If that's the case, how I can 
open different datafiles for the same timestep ?

Thanx

Llapis


      
_______________________________________________
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to