<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><DataArray ............><br>0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1<br></DataArray><br>......<br><PointData .............><br> <DataArray .............><br> 0.125 0.375 0.125 0.375 0.625 0.875<br>
0.625 0.875 0.125 0.375 0.125 0.375<br> 0.625 0.875 0.625 0.875<br> </DataArray><br></PointData><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>