|
Zoltan2
|
#include <Zoltan2_TpetraCrsColorer.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::HostMirror | list_of_colors_host_t |
Public Member Functions | |
| TpetraCrsColorer (const Teuchos::RCP< matrix_t > &matrix_) | |
| ~TpetraCrsColorer () | |
| void | computeColoring (Teuchos::ParameterList &coloring_params) |
| template<typename MultiVectorType > | |
| void | computeSeedMatrix (MultiVectorType &V) const |
| template<typename MultiVectorType > | |
| void | computeSeedMatrixFitted (MultiVectorType &V) const |
| template<typename MultiVectorType > | |
| void | reconstructMatrix (MultiVectorType &W) const |
| template<typename MultiVectorType > | |
| void | reconstructMatrix (MultiVectorType &W, matrix_t &mat) const |
| template<typename MultiVectorType > | |
| void | reconstructMatrixFitted (MultiVectorType &W) const |
| template<typename MultiVectorType > | |
| void | reconstructMatrixFitted (MultiVectorType &W, matrix_t &mat) const |
| int | getNumColors () const |
| int | getColor (const size_t col) const |
| bool | checkColoring () const |
Protected Attributes | |
| Teuchos::RCP< matrix_t > | matrix |
| Teuchos::RCP< const graph_t > | graph |
| list_of_colors_t | list_of_colors |
| list_of_colors_host_t | list_of_colors_host |
| int | num_colors |
Definition at line 25 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef CrsMatrixType Zoltan2::TpetraCrsColorer< CrsMatrixType >::matrix_t |
Definition at line 28 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef matrix_t::crs_graph_type Zoltan2::TpetraCrsColorer< CrsMatrixType >::graph_t |
Definition at line 29 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef matrix_t::scalar_type Zoltan2::TpetraCrsColorer< CrsMatrixType >::scalar_t |
Definition at line 30 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef matrix_t::local_ordinal_type Zoltan2::TpetraCrsColorer< CrsMatrixType >::lno_t |
Definition at line 31 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef matrix_t::global_ordinal_type Zoltan2::TpetraCrsColorer< CrsMatrixType >::gno_t |
Definition at line 32 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef matrix_t::node_type Zoltan2::TpetraCrsColorer< CrsMatrixType >::node_t |
Definition at line 33 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef node_t::device_type Zoltan2::TpetraCrsColorer< CrsMatrixType >::device_t |
Definition at line 34 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef device_t::execution_space Zoltan2::TpetraCrsColorer< CrsMatrixType >::execution_space |
Definition at line 35 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef Kokkos::View<int *, device_t> Zoltan2::TpetraCrsColorer< CrsMatrixType >::list_of_colors_t |
Definition at line 36 of file Zoltan2_TpetraCrsColorer.hpp.
| typedef list_of_colors_t::HostMirror Zoltan2::TpetraCrsColorer< CrsMatrixType >::list_of_colors_host_t |
Definition at line 37 of file Zoltan2_TpetraCrsColorer.hpp.
| Zoltan2::TpetraCrsColorer< CrsMatrixType >::TpetraCrsColorer | ( | const Teuchos::RCP< matrix_t > & | matrix_ | ) |
Definition at line 192 of file Zoltan2_TpetraCrsColorer.hpp.
|
inline |
Definition at line 43 of file Zoltan2_TpetraCrsColorer.hpp.
| void Zoltan2::TpetraCrsColorer< CrsMatrixType >::computeColoring | ( | Teuchos::ParameterList & | coloring_params | ) |
Definition at line 207 of file Zoltan2_TpetraCrsColorer.hpp.
| void Zoltan2::TpetraCrsColorer< CrsMatrixType >::computeSeedMatrix | ( | MultiVectorType & | V | ) | const |
Definition at line 234 of file Zoltan2_TpetraCrsColorer.hpp.
| void Zoltan2::TpetraCrsColorer< CrsMatrixType >::computeSeedMatrixFitted | ( | MultiVectorType & | V | ) | const |
Definition at line 250 of file Zoltan2_TpetraCrsColorer.hpp.
| void Zoltan2::TpetraCrsColorer< CrsMatrixType >::reconstructMatrix | ( | MultiVectorType & | W | ) | const |
Definition at line 276 of file Zoltan2_TpetraCrsColorer.hpp.
| void Zoltan2::TpetraCrsColorer< CrsMatrixType >::reconstructMatrix | ( | MultiVectorType & | W, |
| matrix_t & | mat | ||
| ) | const |
Definition at line 285 of file Zoltan2_TpetraCrsColorer.hpp.
| void Zoltan2::TpetraCrsColorer< CrsMatrixType >::reconstructMatrixFitted | ( | MultiVectorType & | W | ) | const |
Definition at line 303 of file Zoltan2_TpetraCrsColorer.hpp.
| void Zoltan2::TpetraCrsColorer< CrsMatrixType >::reconstructMatrixFitted | ( | MultiVectorType & | W, |
| matrix_t & | mat | ||
| ) | const |
Definition at line 313 of file Zoltan2_TpetraCrsColorer.hpp.
|
inline |
Definition at line 79 of file Zoltan2_TpetraCrsColorer.hpp.
|
inline |
Definition at line 86 of file Zoltan2_TpetraCrsColorer.hpp.
|
inline |
Definition at line 94 of file Zoltan2_TpetraCrsColorer.hpp.
|
protected |
Definition at line 100 of file Zoltan2_TpetraCrsColorer.hpp.
|
protected |
Definition at line 101 of file Zoltan2_TpetraCrsColorer.hpp.
|
protected |
Definition at line 102 of file Zoltan2_TpetraCrsColorer.hpp.
|
protected |
Definition at line 103 of file Zoltan2_TpetraCrsColorer.hpp.
|
protected |
Definition at line 104 of file Zoltan2_TpetraCrsColorer.hpp.