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 760cea8b44
commit 5347ac5aa3

View File

@ -41,7 +41,8 @@ namespace{
// which it thinks is needed for constructing std::string. // which it thinks is needed for constructing std::string.
// Using operator[] circumvents this problem. // Using operator[] circumvents this problem.
type_map_["richardson"] = KSPRICHARDSON; 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_["cg"] = KSPCG;
type_map_["bicgs"] = KSPBICG; type_map_["bicgs"] = KSPBICG;
type_map_["gmres"] = KSPGMRES; type_map_["gmres"] = KSPGMRES;