MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type > Class Template Reference

#include <MueLu_MatrixConstruction.hpp>

Public Member Functions

 MergeCountFunctor (local_matrix_type &A_, local_ordinal_type blockSize_, block_indices_view_type ghosted_point_to_block_, rowptr_type &merged_rowptr_)
KOKKOS_INLINE_FUNCTION void operator() (const local_ordinal_type brlid, local_ordinal_type &nnz_graph, const bool &final) const

Private Types

using scalar_type = typename local_matrix_type::value_type
using local_ordinal_type = typename local_matrix_type::ordinal_type
using memory_space = typename local_matrix_type::memory_space
using results_view = Kokkos::View<DecisionType*, memory_space>
using block_indices_view_type = Kokkos::View<local_ordinal_type*, memory_space>
using permutation_type = Kokkos::View<local_ordinal_type*, memory_space>
using rowptr_type = typename local_matrix_type::row_map_type::non_const_type
using ATS = Kokkos::ArithTraits<local_ordinal_type>

Private Attributes

local_matrix_type A
local_ordinal_type blockSize
block_indices_view_type ghosted_point_to_block
rowptr_type merged_rowptr
BlockRowComparison< local_matrix_type > comparison
permutation_type permutation

Detailed Description

template<class local_matrix_type>
class MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >

Definition at line 958 of file MueLu_MatrixConstruction.hpp.

Member Typedef Documentation

◆ scalar_type

template<class local_matrix_type>
using MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::scalar_type = typename local_matrix_type::value_type
private

Definition at line 960 of file MueLu_MatrixConstruction.hpp.

◆ local_ordinal_type

template<class local_matrix_type>
using MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::local_ordinal_type = typename local_matrix_type::ordinal_type
private

Definition at line 961 of file MueLu_MatrixConstruction.hpp.

◆ memory_space

template<class local_matrix_type>
using MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::memory_space = typename local_matrix_type::memory_space
private

Definition at line 962 of file MueLu_MatrixConstruction.hpp.

◆ results_view

template<class local_matrix_type>
using MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::results_view = Kokkos::View<DecisionType*, memory_space>
private

Definition at line 963 of file MueLu_MatrixConstruction.hpp.

◆ block_indices_view_type

template<class local_matrix_type>
using MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::block_indices_view_type = Kokkos::View<local_ordinal_type*, memory_space>
private

Definition at line 964 of file MueLu_MatrixConstruction.hpp.

◆ permutation_type

template<class local_matrix_type>
using MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::permutation_type = Kokkos::View<local_ordinal_type*, memory_space>
private

Definition at line 965 of file MueLu_MatrixConstruction.hpp.

◆ rowptr_type

template<class local_matrix_type>
using MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::rowptr_type = typename local_matrix_type::row_map_type::non_const_type
private

Definition at line 967 of file MueLu_MatrixConstruction.hpp.

◆ ATS

template<class local_matrix_type>
using MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::ATS = Kokkos::ArithTraits<local_ordinal_type>
private

Definition at line 971 of file MueLu_MatrixConstruction.hpp.

Constructor & Destructor Documentation

◆ MergeCountFunctor()

template<class local_matrix_type>
MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::MergeCountFunctor ( local_matrix_type & A_,
local_ordinal_type blockSize_,
block_indices_view_type ghosted_point_to_block_,
rowptr_type & merged_rowptr_ )
inline

Definition at line 983 of file MueLu_MatrixConstruction.hpp.

Member Function Documentation

◆ operator()()

template<class local_matrix_type>
KOKKOS_INLINE_FUNCTION void MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::operator() ( const local_ordinal_type brlid,
local_ordinal_type & nnz_graph,
const bool & final ) const
inline

Definition at line 993 of file MueLu_MatrixConstruction.hpp.

Member Data Documentation

◆ A

template<class local_matrix_type>
local_matrix_type MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::A
private

Definition at line 974 of file MueLu_MatrixConstruction.hpp.

◆ blockSize

template<class local_matrix_type>
local_ordinal_type MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::blockSize
private

Definition at line 975 of file MueLu_MatrixConstruction.hpp.

◆ ghosted_point_to_block

template<class local_matrix_type>
block_indices_view_type MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::ghosted_point_to_block
private

Definition at line 976 of file MueLu_MatrixConstruction.hpp.

◆ merged_rowptr

template<class local_matrix_type>
rowptr_type MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::merged_rowptr
private

Definition at line 977 of file MueLu_MatrixConstruction.hpp.

◆ comparison

template<class local_matrix_type>
BlockRowComparison<local_matrix_type> MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::comparison
private

Definition at line 979 of file MueLu_MatrixConstruction.hpp.

◆ permutation

template<class local_matrix_type>
permutation_type MueLu::MatrixConstruction::MergeCountFunctor< local_matrix_type >::permutation
private

Definition at line 980 of file MueLu_MatrixConstruction.hpp.


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