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_belos_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_BELOS_THYRA_SOLVER_HPP
11 #define TEST_SINGLE_BELOS_THYRA_SOLVER_HPP
12 
13 #include "BelosConfigDefs.hpp"
14 #include "Teuchos_FancyOStream.hpp"
15 
16 namespace Teuchos { class ParameterList; }
17 
18 namespace Thyra {
19 
23 bool test_single_belos_thyra_solver(
24  const std::string matrixFile
25  ,const bool testTranspose
26  ,const bool usePreconditioner
27  ,const int numRhs
28  ,const int numRandomVectors
29  ,const double maxFwdError
30  ,const double maxResid
31  ,const double maxSolutionError
32  ,const bool showAllTests
33  ,const bool dumpAll
34  ,Teuchos::ParameterList *belosLOWSFPL
35  ,Teuchos::ParameterList *precPL
37  );
38 
39 } // namespace Thyra
40 
41 #endif // TEST_SINGLE_BELOS_THYRA_SOLVER_HPP
bool showAllTests
bool dumpAll