|
Zoltan2
|
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 ¶ms) |
| bool | buildAndCheckSeedMatrix (const char *testname, Teuchos::ParameterList ¶ms, const bool useBlock) |
| ColorerTest (Teuchos::RCP< const Teuchos::Comm< int > > &comm, int narg, char **arg) | |
| bool | run (const char *testname, Teuchos::ParameterList ¶ms) |
| bool | buildAndCheckSeedMatrix (const char *testname, Teuchos::ParameterList ¶ms, const bool useBlock) |
Definition at line 16 of file Bug9500.cpp.
| using ColorerTest::map_t = Tpetra::Map<> |
Definition at line 18 of file Bug9500.cpp.
| using ColorerTest::gno_t = typename map_t::global_ordinal_type |
Definition at line 19 of file Bug9500.cpp.
| using ColorerTest::graph_t = Tpetra::CrsGraph<> |
Definition at line 20 of file Bug9500.cpp.
| using ColorerTest::matrix_t = Tpetra::CrsMatrix<zscalar_t> |
Definition at line 21 of file Bug9500.cpp.
| using ColorerTest::multivector_t = Tpetra::MultiVector<zscalar_t> |
Definition at line 22 of file Bug9500.cpp.
| using ColorerTest::execution_space_t = typename matrix_t::device_type::execution_space |
Definition at line 23 of file Bug9500.cpp.
| using ColorerTest::map_t = Tpetra::Map<> |
Definition at line 18 of file TpetraCrsColorer.cpp.
| using ColorerTest::gno_t = typename map_t::global_ordinal_type |
Definition at line 19 of file TpetraCrsColorer.cpp.
| using ColorerTest::graph_t = Tpetra::CrsGraph<> |
Definition at line 20 of file TpetraCrsColorer.cpp.
| using ColorerTest::matrix_t = Tpetra::CrsMatrix<zscalar_t> |
Definition at line 21 of file TpetraCrsColorer.cpp.
| using ColorerTest::multivector_t = Tpetra::MultiVector<zscalar_t> |
Definition at line 22 of file TpetraCrsColorer.cpp.
| using ColorerTest::execution_space_t = typename matrix_t::device_type::execution_space |
Definition at line 23 of file TpetraCrsColorer.cpp.
|
inline |
Definition at line 28 of file Bug9500.cpp.
|
inline |
Definition at line 30 of file TpetraCrsColorer.cpp.
|
inline |
Definition at line 110 of file Bug9500.cpp.
|
inline |
Definition at line 126 of file Bug9500.cpp.
|
inline |
Definition at line 117 of file TpetraCrsColorer.cpp.
|
inline |
Definition at line 143 of file TpetraCrsColorer.cpp.
1.8.5