mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 00:26:25 -06:00
changed code to use direct solver on coarses scale for amg. This should runtime stettings for this..
This commit is contained in:
parent
f05a9fdb25
commit
ed24b3fcad
@ -213,7 +213,7 @@ namespace Dune
|
||||
typedef DirectSolverSelector< typename M::matrix_type, X > SolverSelector;
|
||||
|
||||
// Use superlu if we are purely sequential or with only one processor on the coarsest level.
|
||||
if( SolverSelector::isDirectSolver && false)
|
||||
if( SolverSelector::isDirectSolver)
|
||||
{
|
||||
solver_.reset(SolverSelector::create(matrices_->matrices().coarsest()->getmat(), false, false));
|
||||
if(verbosity_>0 )
|
||||
|
Loading…
Reference in New Issue
Block a user