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 Thyra::create_Comm(), Thyra::create_MultiVector(), Thyra::create_Vector(), Thyra::create_VectorSpace(), Teuchos::dyn_cast(), Teuchos::RCP< class T >::get(), Teuchos::VerboseObjectBase::getDefaultOStream(), main(), Teuchos::RCP< class T >::ptr(), Teuchos::rcp(), Teuchos::Time::start(), Teuchos::Time::stop(), Teuchos::TimeMonitor::summarize(), Teuchos::testRelErr(), TEUCHOS_STANDARD_CATCH_STATEMENTS, TEUCHOS_TEST_FOR_EXCEPTION, Teuchos::Time::totalElapsedTime(), and Teuchos::TimeMonitor::zeroOutTimers().