Zoltan2
|
#include <Zoltan2_TpetraCrsColorer_Zoltan2.hpp>
Public Types | |
typedef CrsMatrixType | 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 18 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef CrsMatrixType Zoltan2::Zoltan2CrsColorer< CrsMatrixType >::matrix_t |
Definition at line 21 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef matrix_t::crs_graph_type Zoltan2::Zoltan2CrsColorer< CrsMatrixType >::graph_t |
Definition at line 22 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef matrix_t::node_type Zoltan2::Zoltan2CrsColorer< CrsMatrixType >::node_t |
Definition at line 23 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef node_t::device_type Zoltan2::Zoltan2CrsColorer< CrsMatrixType >::device_t |
Definition at line 24 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef Kokkos::View<int *, device_t> Zoltan2::Zoltan2CrsColorer< CrsMatrixType >::list_of_colors_t |
Definition at line 25 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
typedef list_of_colors_t::HostMirror Zoltan2::Zoltan2CrsColorer< CrsMatrixType >::list_of_colors_host_t |
Definition at line 26 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 29 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 34 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 38 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.