Zoltan2
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
nd.cpp File Reference
#include <Zoltan2_OrderingProblem.hpp>
#include <Zoltan2_XpetraCrsMatrixAdapter.hpp>
#include <Zoltan2_XpetraMultiVectorAdapter.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <iostream>
#include <limits>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_FancyOStream.hpp>
#include <Teuchos_CommandLineProcessor.hpp>
#include <Tpetra_CrsMatrix.hpp>
#include <Tpetra_Vector.hpp>
#include <MatrixMarket_Tpetra.hpp>
Include dependency graph for nd.cpp:

Go to the source code of this file.

Macros

#define epsilon   0.00000001
 

Typedefs

typedef zlno_t z2TestLO
 
typedef zgno_t z2TestGO
 
typedef zscalar_t z2TestScalar
 
typedef Tpetra::CrsMatrix< z2TestScalar, z2TestLO, z2TestGOSparseMatrix_t
 
typedef Tpetra::Vector< z2TestScalar, z2TestLO, z2TestGOVector
 
typedef Vector::node_type Node
 
typedef Tpetra::MultiVector< z2TestScalar, z2TestLO, z2TestGO, znode_ttMVector_t
 
typedef Zoltan2::XpetraCrsMatrixAdapter< SparseMatrix_t, tMVector_tSparseMatrixAdapter_t
 
typedef Zoltan2::XpetraMultiVectorAdapter< tMVector_tMultiVectorAdapter_t
 

Functions

int testNDwithRCB (RCP< SparseMatrix_t > &origMatrix, RCP< tMVector_t > &coords, int numParts, int me)
 
int testNDwithPHG (RCP< SparseMatrix_t > &origMatrix, int numParts, int me)
 
int main (int narg, char **arg)
 

Macro Definition Documentation

◆ epsilon

#define epsilon   0.00000001

Definition at line 82 of file nd.cpp.

Typedef Documentation

◆ z2TestLO

typedef zlno_t z2TestLO

Definition at line 66 of file nd.cpp.

◆ z2TestGO

typedef zgno_t z2TestGO

Definition at line 67 of file nd.cpp.

◆ z2TestScalar

Definition at line 68 of file nd.cpp.

◆ SparseMatrix_t

typedef Tpetra::CrsMatrix<z2TestScalar, z2TestLO, z2TestGO> SparseMatrix_t

Definition at line 70 of file nd.cpp.

◆ Vector

typedef Tpetra::Vector<z2TestScalar, z2TestLO, z2TestGO> Vector

Definition at line 71 of file nd.cpp.

◆ Node

typedef Vector::node_type Node

Definition at line 72 of file nd.cpp.

◆ tMVector_t

typedef Tpetra::MultiVector<z2TestScalar, z2TestLO, z2TestGO,znode_t> tMVector_t

Definition at line 74 of file nd.cpp.

◆ SparseMatrixAdapter_t

Definition at line 78 of file nd.cpp.

◆ MultiVectorAdapter_t

Definition at line 80 of file nd.cpp.

Function Documentation

◆ testNDwithRCB()

int testNDwithRCB ( RCP< SparseMatrix_t > &  origMatrix,
RCP< tMVector_t > &  coords,
int  numParts,
int  me 
)

Definition at line 200 of file nd.cpp.

◆ testNDwithPHG()

int testNDwithPHG ( RCP< SparseMatrix_t > &  origMatrix,
int  numParts,
int  me 
)

Definition at line 293 of file nd.cpp.

◆ main()

int main ( int  narg,
char **  arg 
)

Definition at line 89 of file nd.cpp.