Stratimikos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_ConfigDefs.hpp>
#include <Teuchos_UnitTestHarness.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_ParameterList.hpp>
#include "Teuchos_XMLParameterListHelpers.hpp"
#include <string>
#include <iostream>
#include "Epetra_SerialComm.h"
#include "Epetra_Map.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Vector.h"
#include "Thyra_LinearOpBase.hpp"
#include "Thyra_VectorBase.hpp"
#include "Thyra_EpetraThyraWrappers.hpp"
#include "Thyra_EpetraLinearOp.hpp"
#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"
#include "Thyra_LinearOpWithSolveHelpers.hpp"
#include "Thyra_DefaultZeroLinearOp.hpp"
#include "Thyra_DefaultProductVector.hpp"
#include "Thyra_DefaultProductVectorSpace.hpp"
#include "Thyra_MultiVectorStdOps.hpp"
#include "Thyra_VectorStdOps.hpp"
#include "Thyra_DefaultBlockedLinearOp.hpp"
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
Go to the source code of this file.
Functions | |
Teuchos::RCP< Epetra_CrsMatrix > | buildMatrix (int nx, Epetra_Comm &comm) |
TEUCHOS_UNIT_TEST (belos_gcrodr, multiple_solves) | |
TEUCHOS_UNIT_TEST (belos_gcrodr, 2x2_multiple_solves) | |
Teuchos::RCP<Epetra_CrsMatrix> buildMatrix | ( | int | nx, |
Epetra_Comm & | comm | ||
) |
Definition at line 82 of file test_belos_gcrodr.cpp.
TEUCHOS_UNIT_TEST | ( | belos_gcrodr | , |
multiple_solves | |||
) |
Definition at line 111 of file test_belos_gcrodr.cpp.
TEUCHOS_UNIT_TEST | ( | belos_gcrodr | , |
2x2_multiple_solves | |||
) |
Definition at line 163 of file test_belos_gcrodr.cpp.