Skip to content
Snippets Groups Projects
Commit 86270bc7 authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Replace plain ALUGrid with dune-alugrid

parent 2648cb15
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ Version: 2.5
Maintainer: oliver.sander@tu-dresden.de
#depending on
Depends: dune-common dune-grid dune-istl dune-localfunctions
Suggests: dune-alugrid
......@@ -22,8 +22,8 @@
#include <dune/grid/uggrid.hh>
#endif
#if HAVE_ALUGRID
#include <dune/grid/alugrid.hh>
#if HAVE_DUNE_ALUGRID
#include <dune/alugrid/grid.hh>
#endif
#if HAVE_DUNE_SUBGRID
......@@ -461,7 +461,7 @@ bool checkWithStandardGrids(TestSuite& suite)
passed = passed and checkWithGrid<Dune::UGGrid<3> >(suite, 3);
#endif
#if HAVE_ALUGRID
#if HAVE_DUNE_ALUGRID
passed = passed and checkWithGrid<Dune::ALUGrid<2, 2, Dune::simplex, Dune::nonconforming>>(suite, 5);
// passed = passed and checkWithGrid<Dune::ALUGrid<3, 3, Dune::simplex, Dune::nonconforming>>(suite, 3);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment