bump required dune version to 2.6

remove compatiblity code with older versions
This commit is contained in:
Arne Morten Kvarving
2020-02-06 16:24:39 +01:00
parent c3ce35fb0d
commit 4978e72039
17 changed files with 3 additions and 314 deletions
-4
View File
@@ -414,11 +414,7 @@ protected:
typedef Dune::BiCGSTABSolver<TracerVector> TracerSolver;
typedef Dune::MatrixAdapter<TracerMatrix, TracerVector , TracerVector > TracerOperator;
typedef Dune::SeqScalarProduct< TracerVector > TracerScalarProduct ;
#if DUNE_VERSION_NEWER(DUNE_ISTL, 2,6)
typedef Dune::SeqILU< TracerMatrix, TracerVector, TracerVector > TracerPreconditioner;
#else
typedef Dune::SeqILUn< TracerMatrix, TracerVector, TracerVector > TracerPreconditioner;
#endif
TracerOperator tracerOperator(M);
TracerScalarProduct tracerScalarProduct;