Zoltan2
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Zoltan2::Zoltan2CrsColorer< CrsMatrixType > Class Template Reference

#include <Zoltan2_TpetraCrsColorer_Zoltan2.hpp>

Public Types

typedef CrsMatrixType 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_tlist_of_colors_t
 
typedef list_of_colors_t::HostMirror list_of_colors_host_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)
 

Detailed Description

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

Definition at line 18 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.

Member Typedef Documentation

◆ matrix_t

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

Definition at line 21 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.

◆ graph_t

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

Definition at line 22 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.

◆ node_t

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

Definition at line 23 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.

◆ device_t

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

Definition at line 24 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.

◆ list_of_colors_t

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

Definition at line 25 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.

◆ list_of_colors_host_t

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

Definition at line 26 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.

Constructor & Destructor Documentation

◆ Zoltan2CrsColorer()

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

Definition at line 29 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.

◆ ~Zoltan2CrsColorer()

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

Definition at line 34 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.

Member Function Documentation

◆ computeColoring()

template<typename CrsMatrixType >
void Zoltan2::Zoltan2CrsColorer< 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 
)
inline

Definition at line 38 of file Zoltan2_TpetraCrsColorer_Zoltan2.hpp.


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