Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Types | Public Member Functions | List of all members
Zoltan2::ZoltanCrsColorer< CrsMatrixType > Class Template Reference

#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::HostMirror 
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
 

Detailed Description

template<typename CrsMatrixType>
class Zoltan2::ZoltanCrsColorer< CrsMatrixType >

Definition at line 35 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

Member Typedef Documentation

template<typename CrsMatrixType>
typedef CrsMatrixType Zoltan2::ZoltanCrsColorer< CrsMatrixType >::matrix_t

Definition at line 39 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
typedef matrix_t::crs_graph_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::graph_t

Definition at line 40 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
typedef matrix_t::scalar_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::scalar_t

Definition at line 41 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
typedef matrix_t::local_ordinal_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::lno_t

Definition at line 42 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
typedef matrix_t::global_ordinal_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::gno_t

Definition at line 43 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
typedef matrix_t::node_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::node_t

Definition at line 44 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
typedef node_t::device_type Zoltan2::ZoltanCrsColorer< CrsMatrixType >::device_t

Definition at line 45 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
typedef device_t::execution_space Zoltan2::ZoltanCrsColorer< CrsMatrixType >::execution_space

Definition at line 46 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
typedef Kokkos::View<int *, device_t> Zoltan2::ZoltanCrsColorer< CrsMatrixType >::list_of_colors_t

Definition at line 47 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
typedef list_of_colors_t::HostMirror Zoltan2::ZoltanCrsColorer< CrsMatrixType >::list_of_colors_host_t

Definition at line 48 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

Constructor & Destructor Documentation

template<typename CrsMatrixType>
Zoltan2::ZoltanCrsColorer< CrsMatrixType >::ZoltanCrsColorer ( const Teuchos::RCP< matrix_t > &  matrix_)
inline

Definition at line 51 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

template<typename CrsMatrixType>
Zoltan2::ZoltanCrsColorer< CrsMatrixType >::~ZoltanCrsColorer ( )
inline

Definition at line 56 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.

Member Function Documentation

template<typename CrsMatrixType >
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 203 of file Zoltan2_TpetraCrsColorer_Zoltan.hpp.


The documentation for this class was generated from the following file: