Zoltan2
|
#include <Zoltan2_TpetraCrsColorer_Zoltan2.hpp>
Public Types | |
typedef Tpetra::BlockCrsMatrix< SC, LO, GO, NO > | matrix_t |
typedef matrix_t::crs_graph_type | graph_t |
typedef matrix_t::node_type | node_t |
typedef node_t::device_type | device_t |
typedef Kokkos::View< int *, device_t > | list_of_colors_t |
typedef list_of_colors_t::HostMirror | list_of_colors_host_t |
Public Member Functions | |
Zoltan2CrsColorer (const Teuchos::RCP< matrix_t > &matrix_) | |
~Zoltan2CrsColorer () | |
void | computeColoring (Teuchos::ParameterList &coloring_params, int &num_colors, list_of_colors_host_t &list_of_colors_host, list_of_colors_t &list_of_colors) |
Definition at line 116 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef Tpetra::BlockCrsMatrix<SC, LO, GO, NO> Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::matrix_t |
Definition at line 119 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef matrix_t::crs_graph_type Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::graph_t |
Definition at line 120 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef matrix_t::node_type Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::node_t |
Definition at line 121 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef node_t::device_type Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::device_t |
Definition at line 122 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef Kokkos::View<int *, device_t> Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::list_of_colors_t |
Definition at line 123 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef list_of_colors_t::HostMirror Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::list_of_colors_host_t |
Definition at line 124 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 127 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 132 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 136 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.