<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" bgcolor="#FFFFFF">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Samuel,<br>
<br>
ok - interresting idea. I will check out what finally performs better. However - as my tests with the multible block format in vtk (using one binary file for each cell) show, that the handling of more then about 10k files is really a mess. For my final case
 i will have around 100M cells - means theoretically 100M files - and this can be a real problem for the filesystem and for paraview ...<br>
<br>
Best regards,<br>
<br>
     Stefan<br>
<br>
<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF33065"><font face="Tahoma" color="#000000" size="2"><b>Von:</b> ParaView [paraview-bounces@paraview.org]" im Auftrag von "Samuel Key [samuelkey@bresnan.net]<br>
<b>Gesendet:</b> Donnerstag, 1. September 2016 16:59<br>
<b>An:</b> paraview@paraview.org<br>
<b>Betreff:</b> Re: [Paraview] Data handling in ParaView<br>
</font><br>
</div>
<div></div>
<div>
<p><tt>Stefan,</tt></p>
<p><tt>The solution I use for this problem is the PART-construct that is provided by the EnSight gold binary format. My 'PARTS' are defined by material ID's. Each Point datum-item has its own file with all time-steps. Each Cell datum-item has its own file with
 all time-steps. I have attached a typical EnSight case-file. (The PART-construct is contained in the individual files.)</tt></p>
<p><tt>ParaView reads this format. EnSight reads this format. If you are interested in pursuing this simulation results format, I can provide the format documentation and an example Fortran95 writer.</tt></p>
<tt>Samuel W Key</tt><br>
<tt>FMA Development, LLC</tt><br>
<tt>1005 39th Ave NE</tt><br>
<tt>Great Falls, Montana 59404</tt><br>
<tt><br>
</tt><br>
<br>
<br>
<div class="moz-cite-prefix">On 9/1/2016 4:00 AM, Stefan Melber wrote:<br>
</div>
<blockquote type="cite">Hi, <br>
<br>
<br>
i have (maybe) a simple problem: For the visualization of the so called dual-cells of an unstructured grid i use currently the block-structured vtu-format. The data thereby consists of many complex cells which are itself consists of a number of triangles -
 see the picture d1 attached. Therefore i have to write out EVERY cell in another vtu-file and group them with am vtm-file together. This way works well with a small number of cells (~1000 - as for the picture) however the aim is to go up to 100e6 cells. Depending
 on the numbers i got from 1000 cells this process will take ~70 days! <br>
<br>
The bottleneck is clearly the huge number of files i have to write (and read in ParaView). So are there ideas to have another representation in only one file for such kind of data?
<br>
<br>
I did some experiments writing all cells in one vtk(vtu)-file and give them scalar values depending on the cell number. But then, the n-th cell (its last point) is connected to the n+1 (its first point) and so on. Looks ugly if the n-th cell is not a direct
 neighbor to the n+1 cell - and that can be the case in my data. And - cutting then the resulting stuff in ParaView i did not get the cutting pictures (like d4) i like to have ...
<br>
<br>
Best regards and hoping for some nice ideas, <br>
<br>
<br>
        Stefan <br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader" target="_blank"></fieldset> <br>
<pre>_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com" target="_blank">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a>

Search the list archives at: <a class="moz-txt-link-freetext" href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
</body>
</html>