Deactivate PETSc's KSPCHEBYSHEV (not available in 3.2!)

This commit is contained in:
Markus Blatt 2015-04-13 11:01:24 +02:00
parent b791d0743b
commit 236718cff9

View File

@ -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;