|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
#include "Thyra_EpetraThyraWrappers.hpp"#include "Thyra_EpetraLinearOp.hpp"#include "Thyra_TestingTools.hpp"#include "Thyra_LinearOpTester.hpp"#include "Thyra_LinearOpWithSolveTester.hpp"#include "Thyra_DiagonalEpetraLinearOpWithSolveFactory.hpp"#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"#include "Thyra_DefaultSpmdVectorSpace.hpp"#include "Thyra_MultiVectorStdOps.hpp"#include "Epetra_SerialComm.h"#include "Epetra_LocalMap.h"#include "Epetra_CrsMatrix.h"#include "Epetra_MultiVector.h"#include "Epetra_Vector.h"#include "Teuchos_dyn_cast.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_OpaqueWrapper.hpp"#include "Teuchos_TimeMonitor.hpp"#include "Teuchos_StandardCatchMacros.hpp"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 115 of file test_epetra_adapters.cpp.
References CommandLineProcessor::addOutputSetupOptions(), Array< typename T >::begin(), Thyra::create_Comm(), Thyra::create_MultiVector(), Thyra::create_Vector(), Thyra::create_VectorSpace(), Teuchos::dyn_cast(), Teuchos::RCP< class T >::get(), Teuchos::VerboseObjectBase::getDefaultOStream(), CommandLineProcessor::parse(), CommandLineProcessor::PARSE_SUCCESSFUL, RCP< class T >::ptr(), Teuchos::RCP< class T >::ptr(), Teuchos::rcp(), CommandLineProcessor::setOption(), Array< typename T >::size(), Teuchos::Time::start(), Teuchos::Time::stop(), Teuchos::TimeMonitor::summarize(), Teuchos::testRelErr(), CommandLineProcessor::throwExceptions(), Teuchos::Time::totalElapsedTime(), and Teuchos::TimeMonitor::zeroOutTimers().