Zoltan2
|
#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>
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, z2TestGO > | SparseMatrix |
typedef Tpetra::Vector < z2TestScalar, z2TestLO, z2TestGO > | Vector |
typedef Vector::node_type | Node |
typedef Zoltan2::XpetraCrsMatrixAdapter < SparseMatrix > | SparseMatrixAdapter |
Functions | |
int | validatePerm (size_t n, z2TestLO *perm) |
int | main (int narg, char **arg) |
#define epsilon 0.00000001 |
Definition at line 51 of file orderingMetis.cpp.
Definition at line 41 of file orderingMetis.cpp.
Definition at line 42 of file orderingMetis.cpp.
typedef zscalar_t z2TestScalar |
Definition at line 43 of file orderingMetis.cpp.
typedef Tpetra::CrsMatrix<z2TestScalar, z2TestLO, z2TestGO> SparseMatrix |
Definition at line 45 of file orderingMetis.cpp.
typedef Tpetra::Vector<z2TestScalar, z2TestLO, z2TestGO> Vector |
Definition at line 46 of file orderingMetis.cpp.
typedef Vector::node_type Node |
Definition at line 47 of file orderingMetis.cpp.
Definition at line 49 of file orderingMetis.cpp.
int validatePerm | ( | size_t | n, |
z2TestLO * | perm | ||
) |
Definition at line 53 of file orderingMetis.cpp.
int main | ( | int | narg, |
char ** | arg | ||
) |
Definition at line 81 of file orderingMetis.cpp.