|
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 141 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 143 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 144 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| typedef matrix_t::node_type Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::node_t |
Definition at line 145 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| typedef node_t::device_type Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::device_t |
Definition at line 146 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 147 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 148 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| using Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::SC |
Definition at line 26 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| using Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::LO |
Definition at line 27 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| using Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::GO |
Definition at line 28 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
| using Zoltan2::Zoltan2CrsColorer< Tpetra::BlockCrsMatrix< SC, LO, GO, NO > >::vector_t |
Definition at line 29 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 151 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 155 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.
|
inline |
Definition at line 158 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.