Stratimikos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
test_tpetra_stratimikos_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_TPETRA_STRATIMIKOS_SOLVER_HPP
11 #define TEST_SINGLE_TPETRA_STRATIMIKOS_SOLVER_HPP
12 
13 #include "Stratimikos_Config.h"
14 #include "Teuchos_ConfigDefs.hpp"
15 #include "Teuchos_FancyOStream.hpp"
16 
17 namespace Teuchos { class ParameterList; }
18 
19 namespace Thyra {
20 
27  Teuchos::ParameterList *paramList
28  ,const bool dumpAll
30  );
31 
32 } // namespace Thyra
33 
34 #endif // TEST_SINGLE_TPETRA_STRATIMIKOS_SOLVER_HPP
bool test_tpetra_stratimikos_solver(Teuchos::ParameterList *paramList, const bool dumpAll, Teuchos::FancyOStream *out)
Testing function for a single tpetra stratimikos solver for a single matrix.
bool dumpAll