Skip to content
Snippets Groups Projects
Commit 2efd5e6f authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[tests.operator_oswald] use ALUGrid instead of deprecated AluConformGrid

parent e552c099
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ struct Oswald_Interpolation_Operator : public ::testing::Test
// | 2nd we define all arguments the above test structs are to be compiled with |
// +----------------------------------------------------------------------------+
typedef Dune::ALUConformGrid<2, 2> AluConform2dGridType;
typedef Dune::ALUGrid<2, 2, Dune::simplex, Dune::conforming> AluConform2dGridType;
typedef
typename Dune::GDT::SpaceTools::LeafGridPartView<AluConform2dGridType, false>::Type AluConform2dLeafGridPartType;
// typedef Dune::ALUSimplexGrid< 2, 2 > AluSimplex2dGridType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment