[Paraview] pvd file and parallel running

llapis Pencil llapispencil at yahoo.es
Fri Jun 18 10:37:54 EDT 2010


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


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100618/c9e46eba/attachment.htm>


More information about the ParaView mailing list