42 #ifndef SHYLU_CONFIG_H 43 #define SHYLU_CONFIG_H 49 int schurApproxMethod;
52 double relative_threshold;
55 double inner_tolerance;
57 std::string schurSolver;
58 std::string schurAmesosSolver;
59 std::string diagonalBlockSolver;
60 std::string schurPreconditioner;
67 bool amesosForDiagonal;
70 #endif // SHYLU_CONFIG_H