Hi, <br><br>
If I know that a certain element can be refined n (n>1) times uniformly, I can also tell that to<b> grid.mark( )</b> by calling <b><br>grid.mark(n, element). </b><br><br>Now, does this not hold true for UGGrid? Because when I try to mark my grid by grid.mark(4, *it), I get an error while execution (not during compilation) saying,<br>

<br><b>DUNE ERROR: GridError: UGGrid only supports refCount values -1, 0, and 1 for mark( )!<br></b><br>Is it not implemented for UGGrid or is there a work-a-round?<br><br>Regards,<br>Swayam<br><br><br>