MueLu
Version of the Day
|
#include <MueLu_MatrixConstruction.hpp>
Public Member Functions | |
MergeFillFunctor (local_matrix_type &A_, local_ordinal_type blockSize_, block_indices_view_type ghosted_point_to_block_, local_matrix_type &mergedA_) | |
KOKKOS_INLINE_FUNCTION void | operator() (const local_ordinal_type brlid) const |
Private Types | |
using | scalar_type = typename local_matrix_type::value_type |
using | local_ordinal_type = typename local_matrix_type::ordinal_type |
using | local_graph_type = typename local_matrix_type::staticcrsgraph_type |
using | memory_space = typename local_matrix_type::memory_space |
using | results_view = Kokkos::View< DecisionType *, memory_space > |
using | ATS = Kokkos::ArithTraits< scalar_type > |
using | OTS = Kokkos::ArithTraits< local_ordinal_type > |
using | block_indices_view_type = Kokkos::View< local_ordinal_type *, memory_space > |
using | permutation_type = Kokkos::View< local_ordinal_type *, memory_space > |
using | magnitudeType = typename ATS::magnitudeType |
Private Attributes | |
local_matrix_type | A |
local_ordinal_type | blockSize |
block_indices_view_type | ghosted_point_to_block |
local_matrix_type | mergedA |
const scalar_type | zero = ATS::zero() |
const scalar_type | one = ATS::one() |
BlockRowComparison < local_matrix_type > | comparison |
permutation_type | permutation |
Definition at line 1007 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1009 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1010 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1011 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1012 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1013 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1014 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1015 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1016 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1017 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1018 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 1031 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 1041 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1020 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1021 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1022 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1023 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1024 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1025 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1027 of file MueLu_MatrixConstruction.hpp.
|
private |
Definition at line 1028 of file MueLu_MatrixConstruction.hpp.