Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Types | Public Member Functions | List of all members
ColorerTest Class Reference

Public Types

using map_t = Tpetra::Map<>
 
using gno_t = typename map_t::global_ordinal_type
 
using graph_t = Tpetra::CrsGraph<>
 
using matrix_t = Tpetra::CrsMatrix< zscalar_t >
 
using multivector_t = Tpetra::MultiVector< zscalar_t >
 
using execution_space_t = typename matrix_t::device_type::execution_space
 
using map_t = Tpetra::Map<>
 
using gno_t = typename map_t::global_ordinal_type
 
using graph_t = Tpetra::CrsGraph<>
 
using matrix_t = Tpetra::CrsMatrix< zscalar_t >
 
using multivector_t = Tpetra::MultiVector< zscalar_t >
 
using execution_space_t = typename matrix_t::device_type::execution_space
 

Public Member Functions

 ColorerTest (const Teuchos::RCP< const Teuchos::Comm< int > > &comm, int multiple)
 
bool run (const char *testname, Teuchos::ParameterList &params)
 
bool buildAndCheckSeedMatrix (const char *testname, Teuchos::ParameterList &params, const bool useBlock)
 
 ColorerTest (Teuchos::RCP< const Teuchos::Comm< int > > &comm, int narg, char **arg)
 
bool run (const char *testname, Teuchos::ParameterList &params)
 
bool buildAndCheckSeedMatrix (const char *testname, Teuchos::ParameterList &params, const bool useBlock)
 

Detailed Description

Definition at line 8 of file Bug9500.cpp.

Member Typedef Documentation

using ColorerTest::map_t = Tpetra::Map<>

Definition at line 10 of file Bug9500.cpp.

using ColorerTest::gno_t = typename map_t::global_ordinal_type

Definition at line 11 of file Bug9500.cpp.

using ColorerTest::graph_t = Tpetra::CrsGraph<>

Definition at line 12 of file Bug9500.cpp.

using ColorerTest::matrix_t = Tpetra::CrsMatrix<zscalar_t>

Definition at line 13 of file Bug9500.cpp.

using ColorerTest::multivector_t = Tpetra::MultiVector<zscalar_t>

Definition at line 14 of file Bug9500.cpp.

using ColorerTest::execution_space_t = typename matrix_t::device_type::execution_space

Definition at line 15 of file Bug9500.cpp.

using ColorerTest::map_t = Tpetra::Map<>

Definition at line 10 of file TpetraCrsColorer.cpp.

using ColorerTest::gno_t = typename map_t::global_ordinal_type

Definition at line 11 of file TpetraCrsColorer.cpp.

using ColorerTest::graph_t = Tpetra::CrsGraph<>

Definition at line 12 of file TpetraCrsColorer.cpp.

using ColorerTest::matrix_t = Tpetra::CrsMatrix<zscalar_t>

Definition at line 13 of file TpetraCrsColorer.cpp.

using ColorerTest::multivector_t = Tpetra::MultiVector<zscalar_t>

Definition at line 14 of file TpetraCrsColorer.cpp.

using ColorerTest::execution_space_t = typename matrix_t::device_type::execution_space

Definition at line 15 of file TpetraCrsColorer.cpp.

Constructor & Destructor Documentation

ColorerTest::ColorerTest ( const Teuchos::RCP< const Teuchos::Comm< int > > &  comm,
int  multiple 
)
inline

Definition at line 20 of file Bug9500.cpp.

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

Definition at line 22 of file TpetraCrsColorer.cpp.

Member Function Documentation

bool ColorerTest::run ( const char *  testname,
Teuchos::ParameterList &  params 
)
inline

Definition at line 98 of file Bug9500.cpp.

bool ColorerTest::buildAndCheckSeedMatrix ( const char *  testname,
Teuchos::ParameterList &  params,
const bool  useBlock 
)
inline

Definition at line 114 of file Bug9500.cpp.

bool ColorerTest::run ( const char *  testname,
Teuchos::ParameterList &  params 
)
inline

Definition at line 105 of file TpetraCrsColorer.cpp.

bool ColorerTest::buildAndCheckSeedMatrix ( const char *  testname,
Teuchos::ParameterList &  params,
const bool  useBlock 
)
inline

Definition at line 131 of file TpetraCrsColorer.cpp.


The documentation for this class was generated from the following files: