Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Typedefs | Functions
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 zlno_t z2TestLO
 
typedef zgno_t z2TestGO
 
typedef zscalar_t z2TestScalar
 
typedef Tpetra::CrsMatrix
< z2TestScalar, z2TestLO,
z2TestGO
SparseMatrix
 
typedef Tpetra::CrsGraph
< z2TestLO, z2TestGO
SparseGraph
 
typedef Tpetra::Vector
< z2TestScalar, z2TestLO,
z2TestGO
VectorT
 
typedef VectorT::node_type Node
 
typedef
Zoltan2::XpetraCrsMatrixAdapter
< SparseMatrix
SparseMatrixAdapter
 
typedef
Zoltan2::XpetraCrsGraphAdapter
< SparseGraph
SparseGraphAdapter
 
typedef
Zoltan2::XpetraMultiVectorAdapter
< VectorT
MultiVectorAdapter
 
typedef Tpetra::Vector< int,
z2TestLO, z2TestGO
IntVector
 
typedef
Zoltan2::XpetraMultiVectorAdapter
< IntVector
IntVectorAdapter
 

Functions

int main (int narg, char **arg)
 

Macro Definition Documentation

#define epsilon   0.00000001

Definition at line 97 of file Test_Sphynx.cpp.

#define NNZ_IDX   1

Definition at line 98 of file Test_Sphynx.cpp.

Typedef Documentation

typedef zlno_t z2TestLO

Definition at line 79 of file Test_Sphynx.cpp.

typedef zgno_t z2TestGO

Definition at line 80 of file Test_Sphynx.cpp.

Definition at line 81 of file Test_Sphynx.cpp.

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

Definition at line 83 of file Test_Sphynx.cpp.

typedef Tpetra::CrsGraph<z2TestLO, z2TestGO> SparseGraph

Definition at line 84 of file Test_Sphynx.cpp.

Definition at line 85 of file Test_Sphynx.cpp.

typedef VectorT::node_type Node

Definition at line 86 of file Test_Sphynx.cpp.

Definition at line 88 of file Test_Sphynx.cpp.

Definition at line 89 of file Test_Sphynx.cpp.

Definition at line 90 of file Test_Sphynx.cpp.

Definition at line 94 of file Test_Sphynx.cpp.

Definition at line 95 of file Test_Sphynx.cpp.

Function Documentation

int main ( int  narg,
char **  arg 
)

Definition at line 101 of file Test_Sphynx.cpp.