Zoltan2
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
partition2DMatrix.cpp File Reference
#include <Zoltan2_MatrixPartitioningProblem.hpp>
#include <Zoltan2_XpetraCrsMatrixAdapter.hpp>
#include <Zoltan2_TestHelpers.hpp>
Include dependency graph for partition2DMatrix.cpp:

Go to the source code of this file.

Macros

#define epsilon   0.00000001
 
#define NNZ_IDX   1
 

Typedefs

typedef zlno_t z2TestLO
 
typedef zgno_t z2TestGO
 
typedef zscalar_t z2TestScalar
 
typedef Tpetra::CrsMatrix< z2TestScalar, z2TestLO, z2TestGOSparseMatrix
 
typedef Tpetra::CrsGraph< z2TestLO, z2TestGOSparseGraph
 
typedef Tpetra::Vector< z2TestScalar, z2TestLO, z2TestGOVector
 
typedef Vector::node_type Node
 
typedef Zoltan2::XpetraCrsMatrixAdapter< SparseMatrixSparseMatrixAdapter
 
typedef Zoltan2::XpetraMultiVectorAdapter< VectorMultiVectorAdapter
 
typedef Tpetra::Vector< int, z2TestLO, z2TestGOIntVector
 
typedef Zoltan2::XpetraMultiVectorAdapter< IntVectorIntVectorAdapter
 

Functions

int main (int narg, char **arg)
 

Macro Definition Documentation

◆ epsilon

#define epsilon   0.00000001

Definition at line 60 of file partition2DMatrix.cpp.

◆ NNZ_IDX

#define NNZ_IDX   1

Definition at line 61 of file partition2DMatrix.cpp.

Typedef Documentation

◆ z2TestLO

typedef zlno_t z2TestLO

Definition at line 40 of file partition2DMatrix.cpp.

◆ z2TestGO

typedef zgno_t z2TestGO

Definition at line 41 of file partition2DMatrix.cpp.

◆ z2TestScalar

Definition at line 42 of file partition2DMatrix.cpp.

◆ SparseMatrix

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

Definition at line 44 of file partition2DMatrix.cpp.

◆ SparseGraph

typedef Tpetra::CrsGraph<z2TestLO, z2TestGO> SparseGraph

Definition at line 45 of file partition2DMatrix.cpp.

◆ Vector

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

Definition at line 46 of file partition2DMatrix.cpp.

◆ Node

typedef Vector::node_type Node

Definition at line 47 of file partition2DMatrix.cpp.

◆ SparseMatrixAdapter

Definition at line 49 of file partition2DMatrix.cpp.

◆ MultiVectorAdapter

Definition at line 53 of file partition2DMatrix.cpp.

◆ IntVector

Definition at line 57 of file partition2DMatrix.cpp.

◆ IntVectorAdapter

Definition at line 58 of file partition2DMatrix.cpp.

Function Documentation

◆ main()

int main ( int  narg,
char **  arg 
)

Definition at line 64 of file partition2DMatrix.cpp.