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
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
