Stratimikos Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_BelosLinearOpWithSolveFactory.hpp"
#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"
#include "Thyra_MultiVectorStdOps.hpp"
#include "Thyra_VectorBase.hpp"
#include "Thyra_VectorStdOps.hpp"
#include "Thyra_EpetraLinearOp.hpp"
#include "EpetraExt_readEpetraLinearSystem.h"
#include "Epetra_SerialComm.h"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Teuchos_toString.hpp"
#include "Teuchos_UnitTestHarness.hpp"
Go to the source code of this file.
Classes | |
class | Thyra::MockNormInfReductionFunctional< Scalar > |
Mock NormInf ReductionFunctional subclass used for unit testing. More... | |
class | Thyra::MockMaxNormInfEpsReductionFunctional< Scalar > |
Mock max(NormInf, eps) ReductionFunctional subclass used for unit testing. More... | |
Namespaces | |
namespace | Thyra |
Functions | |
RCP< const LinearOpBase< double > > | Thyra::getFwdLinearOp () |
template<class Scalar > | |
void | Thyra::runGeneralSolveCriteriaBelosStatusTestCase (const SolveCriteria< Scalar > &solveCriteria, const Ptr< RCP< const VectorBase< Scalar > > > &x_out, const Ptr< RCP< const VectorBase< Scalar > > > &r_out, bool &success, FancyOStream &out) |
Thyra::TEUCHOS_UNIT_TEST (GeneralSolveCriteriaBelosStatusTest, norm_inf_r_over_norm_inf_r0) | |
Thyra::TEUCHOS_UNIT_TEST (GeneralSolveCriteriaBelosStatusTest, norm_inf_r_over_1) | |
Variables | |
const std::string | Thyra::matrixFileName = "nos1.mtx" |