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

[tests.operator_oswald] use ALUGrid instead of deprecated ALUGrid types

parent 6e3df7e0
No related branches found
No related tags found
No related merge requests found
...@@ -86,10 +86,10 @@ struct Oswald_Interpolation_Operator : public ::testing::Test ...@@ -86,10 +86,10 @@ struct Oswald_Interpolation_Operator : public ::testing::Test
typedef Dune::ALUGrid<2, 2, Dune::simplex, Dune::conforming> AluConform2dGridType; typedef Dune::ALUGrid<2, 2, Dune::simplex, Dune::conforming> AluConform2dGridType;
typedef typedef
typename Dune::GDT::SpaceTools::LeafGridPartView<AluConform2dGridType, false>::Type AluConform2dLeafGridPartType; typename Dune::GDT::SpaceTools::LeafGridPartView<AluConform2dGridType, false>::Type AluConform2dLeafGridPartType;
// typedef Dune::ALUSimplexGrid< 2, 2 > AluSimplex2dGridType; // typedef Dune::ALUGrid< 2, 2, Dune::simplex, Dune::nonconforming > AluSimplex2dGridType;
// typedef typename Dune::GDT::SpaceTools::LeafGridPartView< AluSimplex2dGridType, false >::Type // typedef typename Dune::GDT::SpaceTools::LeafGridPartView< AluSimplex2dGridType, false >::Type
// AluSimplex2dLeafGridPartType; // AluSimplex2dLeafGridPartType;
// typedef Dune::ALUSimplexGrid< 3, 3 > AluSimplex3dGridType; // typedef Dune::ALUGrid< 3, 3, Dune::simplex, Dune::nonconforming > AluSimplex3dGridType;
// typedef typename Dune::GDT::SpaceTools::LeafGridPartView< AluSimplex3dGridType, false >::Type // typedef typename Dune::GDT::SpaceTools::LeafGridPartView< AluSimplex3dGridType, false >::Type
// AluSimplex3dLeafGridPartType; // AluSimplex3dLeafGridPartType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment