MueLu
Version of the Day
|
#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 |
Definition at line 930 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 932 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 933 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 934 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 935 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 936 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 937 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 939 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 940 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 951 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 961 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 942 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 943 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 944 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 945 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 947 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 948 of file MueLu_MatrixConstruction.hpp.