#include "Thyra_DefaultProductVectorSpace.hpp"#include "Thyra_DefaultSpmdVectorSpace.hpp"#include "Thyra_VectorSpaceTester.hpp"#include "Thyra_TestingTools.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_VerboseObject.hpp"Include dependency graph for test_product_space.cpp:
Go to the source code of this file.
Functions | |
| template<class Scalar> | |
| bool | run_product_space_tests (const int n, const int numBlocks, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &tol, const bool showAllTests, const bool dumpAll, Teuchos::FancyOStream *out_arg) |
| Main test driver function for composite product spaces. | |
| int | main (int argc, char *argv[]) |
|
||||||||||||||||||||||||||||||||
|
Main test driver function for composite product spaces.
Definition at line 42 of file test_product_space.cpp. |
|
||||||||||||
|
Definition at line 199 of file test_product_space.cpp. |
1.3.9.1