Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Typedefs | Functions
orderingScotch.cpp File Reference
#include <Zoltan2_OrderingProblem.hpp>
#include <Zoltan2_XpetraCrsMatrixAdapter.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <iostream>
#include <fstream>
#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 orderingScotch.cpp:

Go to the source code of this file.

Macros

#define MDM
 

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

size_t computeBandwidth (RCP< SparseMatrix > A, z2TestLO *perm)
 
void tempDebugTest (RCP< SparseMatrix > origMatrix, Zoltan2::LocalOrderingSolution< z2TestLO > *soln)
 
int mainExecute (int narg, char **arg, RCP< const Teuchos::Comm< int > > comm)
 
int main (int narg, char **arg)
 

Macro Definition Documentation

#define MDM

Definition at line 120 of file orderingScotch.cpp.

Typedef Documentation

typedef zlno_t z2TestLO

Definition at line 75 of file orderingScotch.cpp.

typedef zgno_t z2TestGO

Definition at line 76 of file orderingScotch.cpp.

Definition at line 77 of file orderingScotch.cpp.

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

Definition at line 79 of file orderingScotch.cpp.

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

Definition at line 80 of file orderingScotch.cpp.

typedef Vector::node_type Node

Definition at line 81 of file orderingScotch.cpp.

Definition at line 82 of file orderingScotch.cpp.

Function Documentation

size_t computeBandwidth ( RCP< SparseMatrix A,
z2TestLO perm 
)

Definition at line 86 of file orderingScotch.cpp.

void tempDebugTest ( RCP< SparseMatrix origMatrix,
Zoltan2::LocalOrderingSolution< z2TestLO > *  soln 
)

Definition at line 123 of file orderingScotch.cpp.

int mainExecute ( int  narg,
char **  arg,
RCP< const Teuchos::Comm< int > >  comm 
)

Definition at line 221 of file orderingScotch.cpp.

int main ( int  narg,
char **  arg 
)

Definition at line 491 of file orderingScotch.cpp.