Require UMFPack
A direct coarse solver of AMG is needed for good convergence and umfpack was tested to work better than SuperLU previously. Hence we now require it.
This commit is contained in:
parent
2f726690e7
commit
85837a71a5
@ -19,7 +19,7 @@ find_opm_package (
|
||||
"dune-common REQUIRED;
|
||||
ParMETIS;
|
||||
SuperLU;
|
||||
SuiteSparse COMPONENTS umfpack
|
||||
SuiteSparse COMPONENTS umfpack REQUIRED
|
||||
"
|
||||
# header to search for
|
||||
"dune/istl/bcrsmatrix.hh"
|
||||
|
Loading…
Reference in New Issue
Block a user