Zoltan2
Loading...
Searching...
No Matches
ordering1.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 ordering1.cpp:

Go to the source code of this file.

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 *iperm)
int main (int narg, char **arg)

Typedef Documentation

◆ SparseMatrix

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

Definition at line 44 of file ordering1.cpp.

◆ Vector

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

Definition at line 45 of file ordering1.cpp.

◆ SparseMatrixAdapter

Function Documentation

◆ computeBandwidth()

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

Definition at line 49 of file ordering1.cpp.

◆ main()

int main ( int narg,
char ** arg )

Definition at line 88 of file ordering1.cpp.