[bugfix] circumvent bug in dune-istl when matrix was assembled in

row_wise mode. Also cleanup of output.
This commit is contained in:
Robert Kloefkorn
2017-05-18 18:23:55 +02:00
parent e4f1bf9955
commit 1fa04096c3
2 changed files with 15 additions and 7 deletions

View File

@@ -289,7 +289,6 @@ namespace Opm
}
}
//typedef Dune::SeqILU0<Matrix, Vector, Vector> SeqPreconditioner;
typedef ParallelOverlappingILU0<Matrix,Vector,Vector> SeqPreconditioner;
template <class Operator>