MueLu
Version of the Day
|
#include <MueLu_MatrixConstruction.hpp>
Classes | |
struct | Comparator |
Public Types | |
using | local_ordinal_type = typename local_matrix_type::ordinal_type |
using | memory_space = typename local_matrix_type::memory_space |
using | block_indices_view_type = Kokkos::View< local_ordinal_type *, memory_space > |
using | comparator_type = Comparator< local_matrix_type > |
Public Member Functions | |
BlockRowComparison (local_matrix_type &A_, local_ordinal_type bsize_, block_indices_view_type ghosted_point_to_block_) | |
KOKKOS_INLINE_FUNCTION comparator_type | getComparator (local_ordinal_type brlid) const |
Public Attributes | |
local_matrix_type | A |
local_ordinal_type | bsize |
block_indices_view_type | ghosted_point_to_block |
Definition at line 407 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::local_ordinal_type = typename local_matrix_type::ordinal_type |
Definition at line 409 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::memory_space = typename local_matrix_type::memory_space |
Definition at line 410 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::block_indices_view_type = Kokkos::View<local_ordinal_type*, memory_space> |
Definition at line 411 of file MueLu_MatrixConstruction.hpp.
using MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::comparator_type = Comparator<local_matrix_type> |
Definition at line 447 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 418 of file MueLu_MatrixConstruction.hpp.
|
inline |
Definition at line 450 of file MueLu_MatrixConstruction.hpp.
local_matrix_type MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::A |
Definition at line 413 of file MueLu_MatrixConstruction.hpp.
local_ordinal_type MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::bsize |
Definition at line 414 of file MueLu_MatrixConstruction.hpp.
block_indices_view_type MueLu::MatrixConstruction::BlockRowComparison< local_matrix_type >::ghosted_point_to_block |
Definition at line 415 of file MueLu_MatrixConstruction.hpp.