<html xmlns:v="urn:schemas-microsoft-com:vml" 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=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi All,<o:p></o:p></p>
<p class="MsoNormal">After seeing a post this morning about “<a href="http://vtk.1045678.n5.nabble.com/Separation-of-lt-Points-gt-and-lt-Cells-gt-datablocks-from-Unstructured-Grid-vtu-files-td5720669.html">Seperation of <Points> and <Cells> datablock from UnstructuredGrid
(.vtu) files</a>”,<o:p></o:p></p>
<p class="MsoNormal">I thought it might be possible to use this to write out MultiBlock/Composite files temporally . Unfortunately, it looks like the settings<o:p></o:p></p>
<p class="MsoNormal">from the root CompositeDataWriter aren’t passed to the data writers for the leaves. It also seems to ignore putting the<o:p></o:p></p>
<p class="MsoNormal">“TimeValues” type information in the meta file (root xml file for the multiblock dataset).<o:p></o:p></p>
<p class="MsoNormal">For the leaves, the settings issue causes problems with the writing of those blocks:<o:p></o:p></p>
<p class="MsoNormal">1)Time information is not present<o:p></o:p></p>
<p class="MsoNormal">2) written files are invalid xml as the file begins with a broken offset tag something like:<o:p></o:p></p>
<p class="MsoNormal"> offset="6468764"0"?><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Issue 2 can be seen by simply attempting to write out an xml multiblock file.<o:p></o:p></p>
<p class="MsoNormal">I worked around it by setting the code writer to Binary mode explicitly.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Are these bugs or known limitations of multiblock format?<o:p></o:p></p>
<p class="MsoNormal">Gerrick<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<HR>This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive information for the intended recipient), please contact the sender by reply e-mail and delete all copies of this message.<BR>
</body>
</html>