[Paraview] [Xdmf] Fwd: Problem with opening Xdmf file in Paraview
Favre Jean
jfavre at cscs.ch
Tue Jun 23 08:10:42 EDT 2015
you have one error in the definition of the topology.
the first line wrongly defines the Dimensions as "54653 4"
<Topology Dimensions="54653 4" TopologyType="Tetrahedron">
the correct syntax is:
<Topology Dimensions="54653" TopologyType="Tetrahedron">
as in:
<Topology Dimensions="54653" TopologyType="Tetrahedron">
<DataItem Dimensions="54653 4" Format="HDF" Precision="8" NumberType="Int">data.h5:/topology/connectivity
</DataItem>
</Topology>
-----------------
Jean/CSCS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150623/1fac4982/attachment.html>
More information about the ParaView
mailing list