|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_LinearOpWithSolveTester_decl.hpp"#include "Thyra_LinearOpWithSolveBase.hpp"#include "Thyra_DefaultScaledAdjointLinearOp.hpp"#include "Thyra_describeLinearOp.hpp"#include "Thyra_VectorStdOps.hpp"#include "Thyra_MultiVectorStdOps.hpp"#include "Thyra_TestingTools.hpp"#include "Teuchos_Time.hpp"#include "Teuchos_TestingHelpers.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
Defines | |
| #define | LOWST_DEFINE_RAW_STATIC_MEMBER(DATA_TYPE, MEMBER_NAME, DEFAULT_VALUE) |
| #define | LOWST_DEFINE_MTD_STATIC_MEMBER(DATA_TYPE, MEMBER_NAME, DEFAULT_VALUE) |
Functions | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (bool, check_forward_default_default_, true) | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (bool, check_forward_residual_default_, true) | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (bool, check_adjoint_default_default_, true) | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (bool, check_adjoint_residual_default_, true) | |
| Thyra::LOWST_DEFINE_MTD_STATIC_MEMBER (ScalarMag, warning_tol_default_, 1e-6) | |
| Thyra::LOWST_DEFINE_MTD_STATIC_MEMBER (ScalarMag, error_tol_default_, 1e-5) | |
| Thyra::LOWST_DEFINE_MTD_STATIC_MEMBER (ScalarMag, solve_tol_default_, 1e-5) | |
| Thyra::LOWST_DEFINE_MTD_STATIC_MEMBER (ScalarMag, slack_warning_tol_default_, 1e-6) | |
| Thyra::LOWST_DEFINE_MTD_STATIC_MEMBER (ScalarMag, slack_error_tol_default_, 1e-5) | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (int, num_random_vectors_default_, 1) | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (bool, show_all_tests_default_, false) | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (bool, dump_all_default_, false) | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (int, num_rhs_default_, 1) | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (std::string, AllSolveTol_name_,"All Solve Tol") | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (std::string, AllSlackWarningTol_name_,"All Slack Warning Tol") | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (std::string, AllSlackErrorTol_name_,"All Slack Error Tol") | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (std::string, ShowAllTests_name_,"Show All Tests") | |
| Thyra::LOWST_DEFINE_RAW_STATIC_MEMBER (std::string, DumpAll_name_,"Dump All") | |
| #define LOWST_DEFINE_RAW_STATIC_MEMBER | ( | DATA_TYPE, | |
| MEMBER_NAME, | |||
| DEFAULT_VALUE | |||
| ) |
template<class Scalar> \ const DATA_TYPE \ LinearOpWithSolveTester<Scalar>::MEMBER_NAME = DEFAULT_VALUE
Definition at line 714 of file Thyra_LinearOpWithSolveTester_def.hpp.
| #define LOWST_DEFINE_MTD_STATIC_MEMBER | ( | DATA_TYPE, | |
| MEMBER_NAME, | |||
| DEFAULT_VALUE | |||
| ) |
template<class Scalar> \ const typename LinearOpWithSolveTester<Scalar>::DATA_TYPE \ LinearOpWithSolveTester<Scalar>::MEMBER_NAME = DEFAULT_VALUE
Definition at line 719 of file Thyra_LinearOpWithSolveTester_def.hpp.
1.7.4