|
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 |
| using | SC |
| using | LO |
| using | GO |
| using | vector_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 150 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 152 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 153 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| typedef matrix_t::node_type Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::node_t |
Definition at line 154 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| typedef node_t::device_type Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::device_t |
Definition at line 155 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 156 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 157 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| using Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::SC |
Definition at line 35 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| using Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::LO |
Definition at line 36 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| using Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::GO |
Definition at line 37 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| using Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::vector_t |
Definition at line 38 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 160 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 164 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 167 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.