[Paraview] Parallel Polygonal data file + data parallelism in paraview
Cally K
kalpana0611 at gmail.com
Wed Apr 9 04:42:29 EDT 2008
Hi again
I managed to convert my xyz file into a polydata file ( .vtp). I understand
that there are 2 type of file format in paraview, one serial and the other
paralle, anyway I used paraview to convert the vtp file into .pvtp.
(parallel polygonal data )-- is this wat correct
my vtp file is quite large, so I cant display it here, I am copying the pvtp
file here
<?xml version="1.0"?>
<VTKFile type="PPolyData" version="0.1" byte_order="LittleEndian"
compressor="vtkZLibDataCompressor">
<PPolyData GhostLevel="0">
<PPointData Scalars="Scalar">
<PDataArray type="Float32" Name="Scalar"/>
</PPointData>
<PPoints>
<PDataArray type="Float32" Name="Array 0x02116850" NumberOfComponents="3"/>
</PPoints>
<Piece Source="ss_0.vtp"/>
</PPolyData>
</VTKFile>
is this alrite, can anyone point out to me.. what is the next step after
this. I have created a cluster of 2 nodes and I need to be able to run this
data, how do I find out if this data is actually being distributed across
the nodes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080409/fca0400f/attachment.htm>
More information about the ParaView
mailing list