43 #ifndef IFPACK_CONDEST_H
44 #define IFPACK_CONDEST_H
46 #if defined(Ifpack_SHOW_DEPRECATED_WARNINGS)
48 #warning "The Ifpack package is deprecated"
52 #include "Ifpack_ConfigDefs.h"
53 #include "Ifpack_CondestType.h"
58 const Ifpack_CondestType CT,
59 const int MaxIters = 1550,
60 const double Tol = 1e-9,
63 #endif // IFPACK_CONDEST_H
Ifpack_Preconditioner: basic class for preconditioning in Ifpack.