mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Deactivate PETSc's KSPCHEBYSHEV (not available in 3.2!)
This commit is contained in:
parent
b791d0743b
commit
236718cff9
@ -41,7 +41,8 @@ namespace{
|
||||
// which it thinks is needed for constructing std::string.
|
||||
// Using operator[] circumvents this problem.
|
||||
type_map_["richardson"] = KSPRICHARDSON;
|
||||
type_map_["chebyshev"] = KSPCHEBYSHEV;
|
||||
// Not available in PETSC 3.2 on Debian
|
||||
//type_map_["chebyshev"] = KSPCHEBYSHEV;
|
||||
type_map_["cg"] = KSPCG;
|
||||
type_map_["bicgs"] = KSPBICG;
|
||||
type_map_["gmres"] = KSPGMRES;
|
||||
|
Loading…
Reference in New Issue
Block a user