<div dir="ltr">Hi all, <br><br>I am interested in plotting contours on a quadtree mesh (2D vtkHyperOctree). I have been having trouble getting a simple test case to work, and could really use some help. For example, to plot the function f(x,y)=x on a unit square of 16 cells I have (in a *.vto file):<br>
<br>.....<br>&lt;DataArray ............&gt;<br>0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1<br>&lt;/DataArray&gt;<br>......<br>&lt;PointData .............&gt;<br>&nbsp; &lt;DataArray .............&gt;<br>&nbsp; 0.125 0.375 0.125 0.375 0.625 0.875<br>
&nbsp; 0.625 0.875 0.125 0.375 0.125 0.375<br>&nbsp; 0.625 0.875 0.625 0.875<br>&nbsp; &lt;/DataArray&gt;<br>&lt;/PointData&gt;<br><br>So, I am providing cell-centered data on the leaves in the orientation (-x -y, +x -y, -x +y, +x +y). The above just produces junk, so I must be missing something. Any help you can give is greatly appreciated!<br>
<br>-Rob<br>
</div>