|
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(), Thyra::get_Epetra_MultiVector(), and Thyra::get_Epetra_Vector().
1.7.6.1