<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 23.06.2015 15:10, Favre Jean wrote:<br>
    </div>
    <blockquote
      cite="mid:0EB9B6375711A04B820E6B6F5CCA9F6841F03679@MBX111.d.ethz.ch"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
      <div style="direction: ltr;font-family: Tahoma;color:
        #000000;font-size: 10pt;"><br>
        you have one error in the definition of the topology.<br>
        <br>
        the first line wrongly defines the Dimensions as "54653 4"<br>
        <br>
        <Topology Dimensions="54653 4" TopologyType="Tetrahedron"><br>
        <br>
        the correct syntax is:<br>
        <Topology Dimensions="54653" TopologyType="Tetrahedron"><br>
        <br>
        as in:<br>
        <br>
        <Topology Dimensions="54653" TopologyType="Tetrahedron"><br>
          <DataItem Dimensions="54653 4" Format="HDF" Precision="8"
        NumberType="Int">data.h5:/topology/connectivity<br>
          </DataItem><br>
        </Topology><br>
        <div><br>
          <div class="BodyFragment"><font size="2"><span
                style="font-size:10pt;">
                <div class="PlainText">-----------------<br>
                  Jean/CSCS</div>
              </span></font></div>
        </div>
      </div>
    </blockquote>
    <br>
    <font face="Droid Sans">Thank you very much, now it works!<br>
      In that case I suppose it is more convenient to use
      'NodesPerElement' attribute instead of 'Dimensions'...<br>
    </font>
  </body>
</html>