[Paraview] Parallel Polygonal data file + data parallelism in paraview

Berk Geveci berk.geveci at kitware.com
Wed Apr 9 09:16:38 EDT 2008


You can apply "Process Id Scalars" to have paraview create scalars
that map to process ids.

On Wed, Apr 9, 2008 at 4:42 AM, Cally K <kalpana0611 at gmail.com> wrote:
> 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.
> _______________________________________________
>  ParaView mailing list
>  ParaView at paraview.org
>  http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list