[Dune] Local Refinement in a DUNE Grid
Andreas Dedner
dedner at mathematik.uni-freiburg.de
Wed Jan 5 19:01:39 CET 2011
You are still using YaspGrid<2> to read the file (as the error message
is telling you.
*Did you realy use
--with-grid-dim={1,2,3}*?
Of course it has to be
--with-grid-dim=3!
You can also just try
make GRIDTYPE=YASPGRID GRIDDIM=3 ...
On 01/05/2011 04:31 PM, S. Swayamjyoti wrote:
> 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).*DUNE ERROR: DGFException: Cannot
> read an interval of dimension 3into a YaspGrid< 2 >.* Is this a DUNE
> issue?
>
> It could have been due to Yasp Grid. So, I changed the configure all
> dune modules with the option *--with-grid-type=UGGRID *and
> *--with-grid-dim={1,2,3} *as suggested in the dune-grid-howto.
>
> But, I still get the same error. Could someone please suggest a
> workaround?
>
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune/attachments/20110105/d4ceb832/attachment.htm>
More information about the Dune
mailing list