|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_DefaultProductVectorSpace.hpp"#include "Thyra_DefaultSpmdVectorSpace.hpp"#include "Thyra_VectorSpaceTester.hpp"#include "Thyra_VectorStdOpsTester.hpp"#include "Thyra_TestingTools.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_DefaultComm.hpp"#include "Teuchos_CommHelpers.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_VerboseObject.hpp"
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[]) |
| 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.
Definition at line 44 of file test_product_space.cpp.
References Thyra::VectorSpaceTester< Scalar >::check(), Thyra::VectorStdOpsTester< Scalar >::checkStdOps(), Thyra::VectorSpaceTester< Scalar >::dump_all(), Thyra::VectorSpaceTester< Scalar >::error_tol(), Thyra::n, Thyra::relErr(), Thyra::VectorSpaceTester< Scalar >::show_all_tests(), and Thyra::VectorSpaceTester< Scalar >::warning_tol().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 142 of file test_product_space.cpp.
References Thyra::n, and run_product_space_tests().
1.7.4