|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "ExampleTridiagSpmdLinearOp.hpp"#include "sillyCgSolve.hpp"#include "Thyra_VectorStdOps.hpp"#include "Thyra_TestingTools.hpp"#include "Thyra_LinearOpTester.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_Time.hpp"#include "Teuchos_StandardCatchMacros.hpp"
Go to the source code of this file.
Functions | |
| template<class Scalar > | |
| bool | runCgSolveExample (const Teuchos::RCP< const Teuchos::Comm< Thyra::Ordinal > > &comm, const int procRank, const int numProc, const int localDim, const Scalar diagScale, const bool showAllTests, const bool dumpAll, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType tolerance, const int maxNumIters) |
| int | main (int argc, char *argv[]) |
| bool runCgSolveExample | ( | const Teuchos::RCP< const Teuchos::Comm< Thyra::Ordinal > > & | comm, |
| const int | procRank, | ||
| const int | numProc, | ||
| const int | localDim, | ||
| const Scalar | diagScale, | ||
| const bool | showAllTests, | ||
| const bool | dumpAll, | ||
| const typename Teuchos::ScalarTraits< Scalar >::magnitudeType | tolerance, | ||
| const int | maxNumIters | ||
| ) |
Definition at line 50 of file sillyCgSolve_mpi.cpp.
References Thyra::LinearOpTester< Scalar >::check(), Thyra::VectorSpaceBase< Scalar >::createMember(), Thyra::NOTRANS, Thyra::randomize(), Thyra::LinearOpTester< Scalar >::set_all_error_tol(), Thyra::LinearOpTester< Scalar >::set_all_warning_tol(), sillyCgSolve(), Thyra::V_S(), and Thyra::V_V().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 172 of file sillyCgSolve_mpi.cpp.
1.7.4