Zoltan2
Loading...
Searching...
No Matches
Test_Sphynx.cpp File Reference
#include <Zoltan2_SphynxProblem.hpp>
#include <Zoltan2_XpetraCrsMatrixAdapter.hpp>
#include <Zoltan2_XpetraCrsGraphAdapter.hpp>
#include <Zoltan2_XpetraMultiVectorAdapter.hpp>
#include <Zoltan2_TestHelpers.hpp>
#include <iostream>
#include <limits>
#include <Teuchos_ParameterList.hpp>
#include <Teuchos_RCP.hpp>
#include <Teuchos_FancyOStream.hpp>
#include <Teuchos_CommandLineProcessor.hpp>
#include <Tpetra_CrsMatrix.hpp>
#include <Tpetra_Vector.hpp>
#include <MatrixMarket_Tpetra.hpp>
Include dependency graph for Test_Sphynx.cpp:

Go to the source code of this file.

Macros

#define epsilon   0.00000001
#define NNZ_IDX   1

Typedefs

typedef Tpetra::CrsMatrix< z2TestScalar, z2TestLO, z2TestGOSparseMatrix
typedef Tpetra::CrsGraph< z2TestLO, z2TestGOSparseGraph
typedef Tpetra::Vector< z2TestScalar, z2TestLO, z2TestGOVectorT
typedef VectorT::node_type Node
typedef Zoltan2::XpetraCrsMatrixAdapter< SparseMatrixSparseMatrixAdapter
typedef Zoltan2::XpetraCrsGraphAdapter< SparseGraphSparseGraphAdapter
typedef Zoltan2::XpetraMultiVectorAdapter< VectorTMultiVectorAdapter
typedef Tpetra::Vector< int, z2TestLO, z2TestGOIntVector
typedef Zoltan2::XpetraMultiVectorAdapter< IntVectorIntVectorAdapter

Functions

int main (int narg, char **arg)

Macro Definition Documentation

◆ epsilon

#define epsilon   0.00000001

Definition at line 61 of file Test_Sphynx.cpp.

◆ NNZ_IDX

#define NNZ_IDX   1

Definition at line 62 of file Test_Sphynx.cpp.

Typedef Documentation

◆ SparseMatrix

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

Definition at line 47 of file Test_Sphynx.cpp.

◆ SparseGraph

typedef Tpetra::CrsGraph<z2TestLO, z2TestGO> SparseGraph

Definition at line 48 of file Test_Sphynx.cpp.

◆ VectorT

Definition at line 49 of file Test_Sphynx.cpp.

◆ Node

typedef VectorT::node_type Node

Definition at line 50 of file Test_Sphynx.cpp.

◆ SparseMatrixAdapter

◆ SparseGraphAdapter

◆ MultiVectorAdapter

◆ IntVector

Definition at line 58 of file Test_Sphynx.cpp.

◆ IntVectorAdapter

Function Documentation

◆ main()

int main ( int narg,
char ** arg )

Definition at line 65 of file Test_Sphynx.cpp.