I want to create a 3D Grid with the DGF Parser. I am able to create a 2D
 Grid. But, when I try to create a 3D Grid after changing the dimension 
and with a 3D DGF file, I get the following error while executing (not during compiling).<b>DUNE ERROR: DGFException: Cannot read an interval of dimension 3into a YaspGrid< 2 >.</b> Is this a DUNE issue?<br>
<br>It could have been due to Yasp Grid. So, I changed the configure all dune modules with the option <b>--with-grid-type=UGGRID </b>and <b>--with-grid-dim={1,2,3}  </b>as suggested in the dune-grid-howto.<br> <br>But, I still get the same error. Could someone please suggest a workaround?