Stratimikos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
test_single_aztecoo_thyra_solver.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stratimikos: Thyra-based strategies for linear solvers
4 //
5 // Copyright 2006 NTESS and the Stratimikos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef TEST_SINGLE_AZTECOO_THYRA_SOLVER_HPP
11 #define TEST_SINGLE_AZTECOO_THYRA_SOLVER_HPP
12 
13 #include "AztecOO_config.h"
14 #include "Teuchos_ConfigDefs.hpp"
15 #include "Teuchos_FancyOStream.hpp"
16 
17 namespace Teuchos { class ParameterList; }
18 
19 namespace Thyra {
20 
24 bool test_single_aztecoo_thyra_solver(
25  const std::string matrixFile
26  ,const bool testTranspose
27  ,const int numRandomVectors
28  ,const double maxFwdError
29  ,const double maxResid
30  ,const double maxSolutionError
31  ,const bool showAllTests
32  ,const bool dumpAll
33  ,Teuchos::ParameterList *paramList
35  );
36 
37 } // namespace Thyra
38 
39 #endif // TEST_SINGLE_AZTECOO_THYRA_SOLVER_HPP
bool showAllTests
bool dumpAll