<div dir="ltr">Hi John,<div><br></div><div>There is some info here:</div><div><br></div><div><a href="http://www.kitware.com/source/home/post/32">http://www.kitware.com/source/home/post/32</a><br></div><div><br></div><div>It doesn't answer all the questions you asked but it is a decent reference.</div><div><br></div><div>vtkOverlappingAMR implements a somewhat strict Berger-Colella style AMR hierarchy:</div><div><br></div><div>* Refinement ratio across levels is constant</div><div>* Each block at levels > 0 need to be covered 100% by one parent block of previous level</div><div>* Some other restriction about what happens at the boundary that I forget</div><div><br></div><div>So it won't do what you want.</div><div><br></div><div>You can directly use vtkUniformGridAMR, which does not impose any restrictions. Most filters should work for this class - there just wouldn't be any specialized filters such as the dual-grid contour / clip ones for the vtkOverlappingAMR.</div><div><br></div><div>Best,</div><div>-berk</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 10, 2015 at 5:40 PM, Biddiscombe, John A. <span dir="ltr"><<a href="mailto:biddisco@cscs.ch" target="_blank">biddisco@cscs.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;font-family:Calibri,sans-serif;font-size:16px;color:rgb(0,0,0)">
<div>Dear list,</div>
<div><br>
</div>
<div>I would like to generate some AMR data structures from custom data and filters, but I’m having trouble locating information about the format/relationships of AMR blocks. The wiki contains old outdated references to the heirarchicalbox structures and not
 to the overlapping and non overlapping AMR formats.</div>
<div><br>
</div>
<div>Specifically, I’d like to know if each level of AMR boxes must always have a fixed refinement level wrt to the level above, or whether I can refine arbitrarily (i.e. Have a root box of resolution x and sub boxes with different subdivision ratios at the
 same level). Also, the overlapping AMR dataset examples I’ve looked at seem to use an oct tree style decomposition where each node must be subdivided along mid planes, can I use a pure BSPtree where every node is subdivided along any axis at any point on the
 axis and still maintain a non overlapping amr dataset?</div>
<div><br>
</div>
<div>The vtkAMRInformation documentation consists only of </div>
<div><br>
</div>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<div>Refinement ratio between AMR levels</div>
<div>Grid spacing for each level</div>
<div>The file block index for each block</div>
<div>parent child information, if requested</div>
</blockquote>
<div><br>
</div>
<div>But does the refinement ratio have to be constant for each level?</div>
<div>Most of the paraview filters appear to be greyed out for vtkNonOverlappingAMR data, whereas the Overlapping appears to have support for certain operations like contouring and slicing – is it the case that only nonoverlapping datasets are supported for
 these operations. </div>
<div><br>
</div>
<div>If there is detailed info anywhere, could someone please send me a link.</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
<div>JB </div>
</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>