Belos Package Browser (Single Doxygen Collection)
Development
|
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosSolverFactory.hpp"
#include "BelosGCRODRSolMgr.hpp"
#include "BelosPseudoBlockGmresSolMgr.hpp"
#include "BelosPseudoBlockCGSolMgr.hpp"
#include "BelosBlockGmresSolMgr.hpp"
#include "BelosBlockCGSolMgr.hpp"
#include "BelosFixedPointSolMgr.hpp"
#include "BelosLSQRSolMgr.hpp"
#include "BelosPCPGSolMgr.hpp"
#include "BelosRCGSolMgr.hpp"
#include "BelosBiCGStabSolMgr.hpp"
#include "MyMultiVec.hpp"
#include "MyBetterOperator.hpp"
#include "MyOperator.hpp"
Go to the source code of this file.
Macros | |
#define | BELOS_TEST_SOLVER(SOLVER_NAME) |
Functions | |
template<class ScalarType , class FactoryType , class SolverBaseType , class SolverImplType > | |
void | testSolver (bool &success, Teuchos::FancyOStream &out, const std::string &solverName) |
TEUCHOS_UNIT_TEST (Factory, Bug6383) | |
#define BELOS_TEST_SOLVER | ( | SOLVER_NAME | ) |
Definition at line 211 of file Factory.cpp.
void testSolver | ( | bool & | success, |
Teuchos::FancyOStream & | out, | ||
const std::string & | solverName | ||
) |
Definition at line 65 of file Factory.cpp.
TEUCHOS_UNIT_TEST | ( | Factory | , |
Bug6383 | |||
) |
Definition at line 233 of file Factory.cpp.