<div dir="ltr">Hello,<div><br></div><div>I coded my own reader that produces image data, which works fine. Next I wanted to load the data in a distributed system, where paraview spreads the data over the nodes. I created a pvd file containing a collection:</div>
<div><div><?xml version="1.0"?></div><div><VTKFile type="Collection" version="0.1" byte_order="LittleEndian"></div><div> <Collection></div><div> <DataSet file="offset_0_0.vti"/></div>
<div> <DataSet file="offset_0_1.vti"/></div><div> </Collection></div><div></VTKFile></div><div style>Loading this file works just fine (with the vti-files). However, if I change to my own file format, my reader is not recognised anymore. From the code it seems that there is only a limited and fixed number of data formats supported.</div>
<div style><br></div><div style>What would be the best way to load and process the data in parallel? </div><div><br></div>-- <br>Nico Kruithof<div><font size="1"><a href="http://nghk.nl" target="_blank">nghk.nl</a></font></div>
</div></div>