<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    Hi,<br>
    I try to add a time averaged field to the XDMF reader of a temporal
    collection.<br>
    I done something like in the example below.<br>
    That work not to bad there is just a problem: for example looking at
    the value on the surface the field surface will not be collored
    property according to the color legend.<br>
    But the iso-surface will work and&nbsp; be colored properly.<br>
    Please is somebody known where can come from this problem and how to
    fix it?<br>
    Cheers,<br>
    G<br>
    <div dir="ltr" class="mw-geshi" style="color: rgb(0, 0, 0);
      font-family: sans-serif; font-size: 13px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: 19.046875px; orphans: auto; text-indent: 0px;
      text-transform: none; white-space: normal; widows: auto;
      word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; background-color: rgb(255, 255,
      255); text-align: left;">
      <div class="xml source-xml" style="line-height: normal;
        font-family: monospace;">
        <pre class="de1" style="padding: 0px; border: 0px none white; color: black; line-height: 1.2em; font-style: normal; font-variant: normal; font-weight: normal; font-size: 1em; font-family: monospace; margin: 0px; background-image: none; vertical-align: top; background-position: initial initial; background-repeat: initial initial;">&nbsp;
<span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;?xml</span> <span class="re0" style="color: rgb(0, 0, 102);">version</span>=<span class="st0" style="color: rgb(255, 0, 0);">"1.0"</span> <span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">?&gt;</span></span>
<span class="sc0" style="color: rgb(0, 187, 221);">&lt;!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []&gt;</span>
<span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Xdmf</span> <span class="re0" style="color: rgb(0, 0, 102);">xmlns:xi</span>=<span class="st0" style="color: rgb(255, 0, 0);"><a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XInclude">"http://www.w3.org/2001/XInclude"</a></span> <span class="re0" style="color: rgb(0, 0, 102);">Version</span>=<span class="st0" style="color: rgb(255, 0, 0);">"2.0"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Domain<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
    <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Topology</span> <span class="re0" style="color: rgb(0, 0, 102);">name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"topo"</span> <span class="re0" style="color: rgb(0, 0, 102);">TopologyType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"3DCoRectMesh"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">        <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
    <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Topology<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
    <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Geometry</span> <span class="re0" style="color: rgb(0, 0, 102);">name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"geo"</span> <span class="re0" style="color: rgb(0, 0, 102);">Type</span>=<span class="st0" style="color: rgb(255, 0, 0);">"ORIGIN_DXDYDZ"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
        <span class="sc-1" style="color: rgb(128, 128, 128); font-style: italic;">&lt;!-- Origin --&gt;</span>
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"XML"</span> <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"3"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
        0.0 0.0 0.0
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
        <span class="sc-1" style="color: rgb(128, 128, 128); font-style: italic;">&lt;!-- DxDyDz --&gt;</span>
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"XML"</span> <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"3"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
        1.0 1.0 1.0
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
    <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Geometry<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
&nbsp;
<span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">   &lt;Grid</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Avg"</span> <span class="re0" style="color: rgb(0, 0, 102);">GridType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Uniform"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Topology</span> <span class="re0" style="color: rgb(0, 0, 102);">Reference</span>=<span class="st0" style="color: rgb(255, 0, 0);">"/Xdmf/Domain/Topology[1]"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">/&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Geometry</span> <span class="re0" style="color: rgb(0, 0, 102);">Reference</span>=<span class="st0" style="color: rgb(255, 0, 0);">"/Xdmf/Domain/Geometry[1]"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">/&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"UfAvg"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    UfAvg.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
    <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Grid<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>

   &nbsp;<span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Grid</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"TimeSeries"</span> <span class="re0" style="color: rgb(0, 0, 102);">GridType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Collection"</span> <span class="re0" style="color: rgb(0, 0, 102);">CollectionType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Temporal"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Time</span> <span class="re0" style="color: rgb(0, 0, 102);">TimeType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"HyperSlab"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"XML"</span> <span class="re0" style="color: rgb(0, 0, 102);">NumberType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"3"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
            0.0 1.0 2
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Time<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
&nbsp;
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Grid</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"T1"</span> <span class="re0" style="color: rgb(0, 0, 102);">GridType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Uniform"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Topology</span> <span class="re0" style="color: rgb(0, 0, 102);">Reference</span>=<span class="st0" style="color: rgb(255, 0, 0);">"/Xdmf/Domain/Topology[1]"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">/&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Geometry</span> <span class="re0" style="color: rgb(0, 0, 102);">Reference</span>=<span class="st0" style="color: rgb(255, 0, 0);">"/Xdmf/Domain/Geometry[1]"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">/&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"CLOUDf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    CLOUDf01.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Pf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    Pf01.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"TCf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    TCf01.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Uf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    Uf01.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Vf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    Vf01.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Wf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    Wf01.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Grid<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
&nbsp;
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Grid</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"T2"</span> <span class="re0" style="color: rgb(0, 0, 102);">GridType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Uniform"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Topology</span> <span class="re0" style="color: rgb(0, 0, 102);">Reference</span>=<span class="st0" style="color: rgb(255, 0, 0);">"/Xdmf/Domain/Topology[1]"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">/&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Geometry</span> <span class="re0" style="color: rgb(0, 0, 102);">Reference</span>=<span class="st0" style="color: rgb(255, 0, 0);">"/Xdmf/Domain/Geometry[1]"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">/&gt;</span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"CLOUDf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    CLOUDf02.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Pf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    Pf02.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"TCf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    TCf02.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Uf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    Uf02.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Vf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    Vf02.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;Attribute</span> <span class="re0" style="color: rgb(0, 0, 102);">Name</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Wf"</span> <span class="re0" style="color: rgb(0, 0, 102);">Center</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Node"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;DataItem</span> <span class="re0" style="color: rgb(0, 0, 102);">Format</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Binary"</span> </span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">DataType</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Float"</span> <span class="re0" style="color: rgb(0, 0, 102);">Precision</span>=<span class="st0" style="color: rgb(255, 0, 0);">"4"</span> <span class="re0" style="color: rgb(0, 0, 102);">Endian</span>=<span class="st0" style="color: rgb(255, 0, 0);">"Big"</span></span>
<span class="sc3" style="color: rgb(0, 153, 0);">                 <span class="re0" style="color: rgb(0, 0, 102);">Dimensions</span>=<span class="st0" style="color: rgb(255, 0, 0);">"100 500 500"</span><span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span>
                    Wf02.bin
                <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/DataItem<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
            <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Attribute<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
        <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Grid<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
&nbsp;
    <span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Grid<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
<span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Domain<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span>
<span class="sc3" style="color: rgb(0, 153, 0);"><span class="re1" style="color: rgb(0, 0, 0); font-weight: bold;">&lt;/Xdmf<span class="re2" style="color: rgb(0, 0, 0); font-weight: bold;">&gt;</span></span></span></pre>
      </div>
    </div>
    <br class="Apple-interchange-newline">
  </body>
</html>