On 23.06.2015 15:25, Dmitry Grebennikov wrote:
On 23.06.2015 15:10, Favre Jean wrote:

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

Thank you very much, now it works!
In that case I suppose it is more convenient to use 'NodesPerElement' attribute instead of 'Dimensions'...
Oh, sorry, attribute is called 'NumberOfElements', not 'NodesPerElement'.
_______________________________________________
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

Reply via email to