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 97 of file partition2DMatrix.cpp.

◆ NNZ_IDX

#define NNZ_IDX   1

Definition at line 98 of file partition2DMatrix.cpp.

Typedef Documentation

◆ z2TestLO

typedef zlno_t z2TestLO

Definition at line 77 of file partition2DMatrix.cpp.

◆ z2TestGO

typedef zgno_t z2TestGO

Definition at line 78 of file partition2DMatrix.cpp.

◆ z2TestScalar

Definition at line 79 of file partition2DMatrix.cpp.

◆ SparseMatrix

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

Definition at line 81 of file partition2DMatrix.cpp.

◆ SparseGraph

typedef Tpetra::CrsGraph<z2TestLO, z2TestGO> SparseGraph

Definition at line 82 of file partition2DMatrix.cpp.

◆ Vector

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

Definition at line 83 of file partition2DMatrix.cpp.

◆ Node

typedef Vector::node_type Node

Definition at line 84 of file partition2DMatrix.cpp.

◆ SparseMatrixAdapter

Definition at line 86 of file partition2DMatrix.cpp.

◆ MultiVectorAdapter

Definition at line 90 of file partition2DMatrix.cpp.

◆ IntVector

Definition at line 94 of file partition2DMatrix.cpp.

◆ IntVectorAdapter

Definition at line 95 of file partition2DMatrix.cpp.

Function Documentation

◆ main()

int main ( int  narg,
char **  arg 
)

Definition at line 101 of file partition2DMatrix.cpp.