|
Zoltan2
|
#include <Zoltan2_TpetraCrsColorer_Zoltan.hpp>
Public Types | |
| typedef CrsMatrixType | matrix_t |
| typedef matrix_t::crs_graph_type | graph_t |
| typedef matrix_t::scalar_type | scalar_t |
| typedef matrix_t::local_ordinal_type | lno_t |
| typedef matrix_t::global_ordinal_type | gno_t |
| typedef matrix_t::node_type | node_t |
| typedef node_t::device_type | device_t |
| typedef device_t::execution_space | execution_space |
| typedef Kokkos::View< int *, device_t > | list_of_colors_t |
| typedef list_of_colors_t::host_mirror_type | list_of_colors_host_t |
Public Member Functions | |
| ZoltanCrsColorer (const Teuchos::RCP< matrix_t > &matrix_) | |
| ~ZoltanCrsColorer () | |
| 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) const |
Definition at line 44 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef CrsMatrixType Zoltan2::ZoltanCrsColorer< CrsMatrixType >::matrix_t |
Definition at line 48 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef matrix_t::crs_graph_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::graph_t |
Definition at line 49 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef matrix_t::scalar_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::scalar_t |
Definition at line 50 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef matrix_t::local_ordinal_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::lno_t |
Definition at line 51 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef matrix_t::global_ordinal_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::gno_t |
Definition at line 52 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef matrix_t::node_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::node_t |
Definition at line 53 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef node_t::device_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::device_t |
Definition at line 54 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef device_t::execution_space Zoltan2::ZoltanCrsColorer< CrsMatrixType >::execution_space |
Definition at line 55 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef Kokkos::View<int *, device_t> Zoltan2::ZoltanCrsColorer< CrsMatrixType >::list_of_colors_t |
Definition at line 56 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| typedef list_of_colors_t::host_mirror_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::list_of_colors_host_t |
Definition at line 57 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
|
inline |
Definition at line 60 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
|
inline |
Definition at line 65 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
| void Zoltan2::ZoltanCrsColorer< CrsMatrixType >::computeColoring | ( | Teuchos::ParameterList & | coloring_params, |
| int & | num_colors, | ||
| list_of_colors_host_t & | list_of_colors_host, | ||
| list_of_colors_t & | list_of_colors | ||
| ) | const |
Definition at line 212 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.
1.8.5