Zoltan2
Loading...
Searching...
No Matches
orderingMetis.cpp File Reference
#include <Zoltan2_OrderingProblem.hpp>
#include <Zoltan2_XpetraCrsMatrixAdapter.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <iostream>
#include <limits>
#include <vector>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_CommandLineProcessor.hpp>
#include <Tpetra_CrsMatrix.hpp>
#include <Tpetra_Vector.hpp>
#include <MatrixMarket_Tpetra.hpp>
Include dependency graph for orderingMetis.cpp:

Go to the source code of this file.

Macros

#define epsilon   0.00000001

Typedefs

typedef Tpetra::CrsMatrix< z2TestScalar, z2TestLO, z2TestGOSparseMatrix
typedef Tpetra::Vector< z2TestScalar, z2TestLO, z2TestGOVector
typedef Zoltan2::XpetraCrsMatrixAdapter< SparseMatrixSparseMatrixAdapter

Functions

int validatePerm (size_t n, z2TestLO *perm)
int main (int narg, char **arg)

Macro Definition Documentation

◆ epsilon

#define epsilon   0.00000001

Definition at line 51 of file orderingMetis.cpp.

Typedef Documentation

◆ SparseMatrix

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

Definition at line 45 of file orderingMetis.cpp.

◆ Vector

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

Definition at line 46 of file orderingMetis.cpp.

◆ SparseMatrixAdapter

Function Documentation

◆ validatePerm()

int validatePerm ( size_t n,
z2TestLO * perm )

Definition at line 53 of file orderingMetis.cpp.

◆ main()

int main ( int narg,
char ** arg )

Definition at line 81 of file orderingMetis.cpp.