[Dune] [Dune-Commit] dune-localfunctions r189 - trunk/dune/finiteelements/test
Carsten Gräser
graeser at math.fu-berlin.de
Thu Aug 20 14:53:28 CEST 2009
Dear ALUGrid maintainers,
is there a rough schedule for fixing
FS#372 - Implement the GridFactory for ALUGrid.
Otherwise we should perhaps revert this patch as
well as r179 to make the 2d test compile again.
It's important since inconsistent numbering would lead
to hard to find errors here.
Carsten
joe at dune-project.org schrieb:
> Author: joe
> Date: 2009-08-20 14:38:08 +0200 (Thu, 20 Aug 2009)
> New Revision: 189
>
> Modified:
> trunk/dune/finiteelements/test/refinedp1test.cc
> Log:
> refinedp1test is trying to use ALUSimplexGrid<2,2> with the gridFactory, which is not yet supported. Disable the 2D case and warn about it instead. This way, at least the 3D case is tested.
>
>
> Modified: trunk/dune/finiteelements/test/refinedp1test.cc
> ===================================================================
> --- trunk/dune/finiteelements/test/refinedp1test.cc 2009-08-20 12:33:35 UTC (rev 188)
> +++ trunk/dune/finiteelements/test/refinedp1test.cc 2009-08-20 12:38:08 UTC (rev 189)
> @@ -133,7 +133,8 @@
>
> int main () try
> {
> - testForDim<2>();
> +#warning Gridfactory for ALUSimplexGrid<2,2> is not yet supported, skipping test
> +// testForDim<2>();
> testForDim<3>();
> }
> catch (Dune::Exception e)
>
>
> _______________________________________________
> Dune-Commit mailing list
> Dune-Commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-commit
--
----------------------------------------------------------------------
Carsten Gräser | phone: +49-30 / 838-75349
Freie Universität Berlin | fax : +49-30 / 838-54977
Institut für Mathematik | email: graeser at math.fu-berlin.de
Arnimallee 6 |
14195 Berlin, Germany | URL : http://page.mi.fu-berlin.de/graeser
----------------------------------------------------------------------
More information about the Dune
mailing list