43 #ifndef _ifp_parameters_h_
44 #define _ifp_parameters_h_
46 #if defined(Ifpack_SHOW_DEPRECATED_WARNINGS)
48 #warning "The Ifpack package is deprecated"
52 #include "Ifpack_config.h"
54 #include <Ifpack_ConfigDefs.h>
56 #include <Teuchos_map.hpp>
57 #include <Teuchos_ParameterList.hpp>
84 #define FIRST_INT_PARAM Ifpack::level_fill
85 #define LAST_INT_PARAM Ifpack::num_steps
89 int int_params[LAST_INT_PARAM-FIRST_INT_PARAM+1];
90 double double_params[FIRST_INT_PARAM];
95 Teuchos::map<std::string,parameter>& key_map();
100 void initialize_string_map();
102 std::string upper_case(
const std::string& s);
107 void set_parameters(
const Teuchos::ParameterList& parameterlist,
109 bool cerr_warning_if_unused=
false);
113 #endif //_ifp_parameters_h_
Ifpack: a function class to define Ifpack preconditioners.