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 83 of file test_epetra_adapters.cpp.
References Copy, Thyra::create_Comm(), Thyra::create_MultiVector(), Thyra::create_Vector(), Thyra::create_VectorSpace(), Thyra::dumpAll, Teuchos::dyn_cast(), Teuchos::RCP< T >::get(), Thyra::get_Epetra_Map(), Thyra::get_Epetra_MultiVector(), Thyra::get_Epetra_Vector(), NOTRANS, passfail(), Teuchos::RCP< T >::ptr(), Teuchos::rcp(), rcp(), Teuchos::Time::start(), Teuchos::Time::stop(), Teuchos::TimeMonitor::summarize(), Teuchos::testRelErr(), testRelErr(), TEUCHOS_STANDARD_CATCH_STATEMENTS, TEUCHOS_TEST_FOR_EXCEPTION, Teuchos::Time::totalElapsedTime(), TRANS, and Teuchos::TimeMonitor::zeroOutTimers().