Zoltan2
Loading...
Searching...
No Matches
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 Tpetra::CrsMatrix< z2TestScalar, z2TestLO, z2TestGOSparseMatrix
typedef Tpetra::Vector< z2TestScalar, z2TestLO, z2TestGOVector
typedef Zoltan2::XpetraCrsMatrixAdapter< SparseMatrixSparseMatrixAdapter

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

◆ MDM

#define MDM

Definition at line 85 of file orderingScotch.cpp.

Typedef Documentation

◆ SparseMatrix

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

Definition at line 44 of file orderingScotch.cpp.

◆ Vector

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

Definition at line 45 of file orderingScotch.cpp.

◆ SparseMatrixAdapter

Function Documentation

◆ computeBandwidth()

size_t computeBandwidth ( RCP< SparseMatrix > A,
z2TestLO * perm )

Definition at line 51 of file orderingScotch.cpp.

◆ tempDebugTest()

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

Definition at line 88 of file orderingScotch.cpp.

◆ mainExecute()

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

Definition at line 186 of file orderingScotch.cpp.

◆ main()

int main ( int narg,
char ** arg )

Definition at line 456 of file orderingScotch.cpp.