#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"Include dependency graph for sillyCgSolve_mpi.cpp:
Go to the source code of this file.
Functions | |
| template<class Scalar> | |
| bool | runCgSolveExample (const Teuchos::RefCountPtr< const Teuchos::Comm< Thyra::Index > > &comm, const int procRank, const int numProc, const int localDim, const Scalar diagScale, const bool showAllTests, const bool verbose, const bool dumpAll, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType tolerance, const int maxNumIters) |
| int | main (int argc, char *argv[]) |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 49 of file sillyCgSolve_mpi.cpp. |
|
||||||||||||
|
Definition at line 156 of file sillyCgSolve_mpi.cpp. |
1.3.9.1