<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:DengXian;}
.MsoChpDefault
        {mso-style-type:export-only;}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=ZH-CN><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hi</span>,<span lang=EN-US style='font-size:11.0pt'><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I am now working on a project which needs the use of JOIN function in xdmf to concatenate the data from multiple h5 files and visualize those files in Paraview. I have created a small trial to test this JOIN function. I create two h5 files, each of which contains two points of a unit square. For each point, I assign a value to it as its attribute. Then I write one xdmf file, which uses function JOIN to concatenate the dataset from two h5 files. But when I load my xdmf file into Paraview, Paraview just crashes directly.  This is the xdmf file I have written:</span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><?xml version="1.0" encoding="utf-8"?></span></p><p class=MsoNormal><span lang=EN-US><Xdmf xmlns:xi="http://www.w3.org/2001/XInclude" Version="2.97"></span></p><p class=MsoNormal><span lang=EN-US>  <Domain></span></p><p class=MsoNormal><span lang=EN-US>    <Grid Name="Grid"></span></p><p class=MsoNormal><span lang=EN-US>      <Geometry Type="XY"></span></p><p class=MsoNormal><span lang=EN-US>        <DataItem ItemType="Function" Function="JOIN($0 ; $1)"></span></p><p class=MsoNormal><span lang=EN-US>          <DataItem DataType="Float" Dimensions="2 2" Format="HDF" Precision="4">EvolvingSquare_01.h5:Coordinates</DataItem></span></p><p class=MsoNormal><span lang=EN-US>     <DataItem DataType="Float" Dimensions="2 2" Format="HDF" Precision="4">EvolvingSquare_02.h5:Coordinates</DataItem>     </span></p><p class=MsoNormal><span lang=EN-US>        </DataItem></span></p><p class=MsoNormal><span lang=EN-US>      </Geometry></span></p><p class=MsoNormal><span lang=EN-US>      <Topology TopologyType="2DSMesh" NumberOfElements="4 2"/> </span></p><p class=MsoNormal><span lang=EN-US>      <Attribute Center="Node" Name="Attributes" Type="None"></span></p><p class=MsoNormal><span lang=EN-US>        <DataItem ItemType="Function" Function="JOIN($0 ; $1)">   </span></p><p class=MsoNormal><span lang=EN-US>          <DataItem DataType="Float" Dimensions="2" Format="HDF" Precision="8">EvolvingSquare_01.h5:Attributes</DataItem></span></p><p class=MsoNormal><span lang=EN-US>          <DataItem DataType="Float" Dimensions="2" Format="HDF" Precision="8">EvolvingSquare_02.h5:Attributes</DataItem></span></p><p class=MsoNormal><span lang=EN-US>        </DataItem></span></p><p class=MsoNormal><span lang=EN-US>      </Attribute></span></p><p class=MsoNormal><span lang=EN-US>    </Grid></span></p><p class=MsoNormal><span lang=EN-US>  </Domain></span></p><p class=MsoNormal><span lang=EN-US></Xdmf></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>To avoid the problem of h5 file itself, I have also written two separate xdmf files for each h5 file and load each xdmf file separately into Paraview. I can successfully load these two h5 files separately into Paraview, so the problem might no be my h5 files. Can anyone help me with this problem? Are there any mistakes of my ways of using JOIN function in xdmf? </span></p><p class=MsoNormal><span lang=EN-US>Thanks</span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt;font-family:SimSun'><o:p> </o:p></span></p></div></body></html>