[Paraview] paraview cannot read xdmf file
Natalie Happenhofer
nataliehapp at hotmail.com
Tue Jul 29 04:45:28 EDT 2008
Hi everybody,
I have written an Xdmf-File to be read by Paraview, but Paraview doesn´t, does not even recognise the file type as it asks me which reader it should use.
This is my .xmf-file:
<?xml version="1.0" ?>
<!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" [
<!ENTITY HeavyData1 "c2d-coordinates.h5">
<!ENTITY HeavyData2 "c2d-dg-values.h5">
]>
<Xdmf >
<Domain Name="c2d">
<Grid Name="Curvilinear" GridType="Uniform">
<Topology Type="3DSMesh" Dimensions="275 151 1">
</Topology>
<Geometry Type="XYZ">
<DataStructure DataType="Float" Precision="4" Dimensions="41525 3" Format="HDF">
c2d-coordinates.h5:/Curvilinear/XYZ
</DataStructure>
</Geometry>
<Attribute Name="Density" AttributeType="Scalar" Center="Node">
<DataStructure DataType="Float" Precision="4" Dimensions="275 151 1" Format="HDF">
c2d-dg-values.h5:/Curvilinear/Density
</DataStructure>
</Attribute>
</Grid>
</Domain>
</Xdmf>
and I just don´t undestand, what´s the problem with it? the .h5 files are located in the same directory as the .xmf -file.
Paraview says: ERROR: In C:\berk\ReleaseBuilds\ParaView3\Utilities\Xdmf2\vtk\vtkXdmfReader.cxx, line 2978
vtkXdmfReader (05B2A1F8): Cannot find any domain...
Any Help appreciated!Thx,Natalie Hapenhofer
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080729/27148e6f/attachment.htm>
More information about the ParaView
mailing list