mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
[bugfix] circumvent bug in dune-istl when matrix was assembled in
row_wise mode. Also cleanup of output.
This commit is contained in:
@@ -289,7 +289,6 @@ namespace Opm
|
||||
}
|
||||
}
|
||||
|
||||
//typedef Dune::SeqILU0<Matrix, Vector, Vector> SeqPreconditioner;
|
||||
typedef ParallelOverlappingILU0<Matrix,Vector,Vector> SeqPreconditioner;
|
||||
|
||||
template <class Operator>
|
||||
|
||||
Reference in New Issue
Block a user