[Dune] Compilation warnings using GRIDDIM and GRIDTYPE options
Chamakuri Nagaiah
Nagaiah.Chamakuri at Student.Uni-Magdeburg.DE
Mon Nov 16 09:58:43 CET 2009
Dear Robert,
Thank you for information. Yes, these options works for user modules
which are created using older versions of duneproject command.
Created new user modules(only created newer user modules) with the
newer versions of duneproject
did not see these options even if we pass the --with-grid-dim={1,2,3}
options.
If I copy the old user module files, which are created using older
duneproject, to new user module then it recognizes these parameters. I
do not know what is
missing while creating the new module using "duneproject".
Regards
Nagaiah
======================================================
Dr. Chamakuri Nagaiah, |
Institute of Mathematics |
and Scientific Computing, | Ph : +43 316 380 5063
Heinrichstrasse-36, | Fax: +43 316 380 9815
University of Graz, | email: nagaiah.chamakuri at uni-graz.at
A-8010, Graz, Austria. |
======================================================
Quoting Robert Kloefkorn <robertk at mathematik.uni-freiburg.de>:
> Hello Nagaiah,
>
> if you use grid/utility/gridtype.hh and/or
> grid/io/file/dgfparser/dgfgridtype.hh
>
> you need to enable the --with-grid-dim={1,2,3} (and optinal
> --with-grid-type= see configure --help for options ) given the default
> grid dime and grid type you want to use.
>
> Then, when calling make you can easily change grid dims and grid types
> by calling
>
> make GRIDDIM=3 GRIDTYPE=ALUGRID_SIMPLEX my_programm
>
> to use ALUSimplexGrid<3,3> as GridType (given to this typedef see
> gridtype.hh ).
> The warning you get is shown when you did not specify a grid type or
> dimension but using one of the above mentioned files.
>
> Regards,
>
> R
>
> --
>
> Robert Klöfkorn <robertk at mathematik.uni-freiburg.de>
>
> Mathematisches Institut Tel: +49 (0) 761 203 5631
> Abt. für Angewandte Mathematik Fax: +49 (0) 761 203 5632
> Universität Freiburg
> Hermann-Herder-Str. 10
> 79104 Freiburg
>
> http://www.mathematik.uni-freiburg.de/IAM/homepages/robertk
>
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
>
More information about the Dune
mailing list