[Paraview] Error on 2D structured grid in XML file format
don fisher
dfisher at as.arizona.edu
Fri Feb 18 13:46:57 EST 2005
I am trying to load a large piece of data using the XML format. The
data is 2D with radial symmetry, so I have tried to employ the
structured grid representation.
The text component from the .vts file is below. The string of
???????? represents the binary data I have excluded. I have attached a
file with the same data and the error messages returned by Paraview.
I am assuming that 2D data is written out as three components with the
z extents the same. Is that correct?
<?xml version="1.0"?>
<VTKFile type="StructuredGrid" version="0.1" byte_order="LittleEndian">
<StructuredGrid WholeExtent="1 400 1 200 1 1">
<Piece Extent="1 400 1 200 1 1">
<Points>
<DataArray NumberOfComponents="3" format="binary"
type="Float32" Name="Geom">
??????????????????????????????????????????????????</DataArray>
</Points>
<PointData>
<DataArray NumberOfComponents="1" format="binary"
type="Float32" Name="VelocityPhase1">
?????????????????????????????????????????????????</DataArray>
</PointData>
</Piece>
</StructuredGrid>
</VTKFile>
Thanks in advance for your assistance,
don
--
-------------------------------------------------------------------
| Don Fisher dfisher at as.arizona.edu |
| Steward Observatory |
| 933 N. Cherry Ave. VOICE: (520)888-7613 |
| University of Arizona |
| Tucson, AZ 85721 |
-------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: junk000.vts-ascii
Type: text/xml
Size: 1545 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/paraview/attachments/20050218/3741a33c/junk000.bin
More information about the ParaView
mailing list