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

[tests.operator_reconstructions] use ALUGrid instead of deprecated AluConformGrid

parent 2efd5e6f
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ private:
// | 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, true>::Type AluConform2dLeafGridViewType;
typedef
typename Dune::GDT::SpaceTools::LeafGridPartView<AluConform2dGridType, false>::Type AluConform2dLeafGridPartType;
......
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