Is it possible to give a conditional statement for refinement based on the geometric position of the grid elements for reminement?<br><br>e.g if ( 40 < x < 50 && 10 < y < 30)<br> {<br> refine mesh!<br>
}<br>where x and y are the grid vectors in x and y direction. Can someone please tell me how do I find x and y, i.e how can I use geometric parameters related to the grid in my code. Does it come from the class GeometryType ?<br>
<br>